SHOW TYPES statement in ksqlDB for Confluent Platform

Synopsis

SHOW | LIST TYPES;
Copy

Description

Lists all custom types and their type definitions.

Example

SHOW TYPES;
Copy