Click to copy
Functions And Operators • Reviewed for ksqlDB 0.29
How to List Functions in ksqlDB
To list available functions in your cluster, you can run the following command :
LIST FUNCTIONS;
You can also use SHOW instead of the LIST command.
Was this article helpful?