v.23.9New Feature
Add SHOW FUNCTIONS support to clickhouse-client
Add SHOW FUNCTIONS support to clickhouse-client. #54337 (Julia Kartseva).Why it matters
This feature addresses the need for easily discovering and exploring all functions supported by ClickHouse without referring to external documentation. It improves user experience by providing quick access to function names and summaries within the command-line interface.How to use it
Inclickhouse-client, simply execute the command:SHOW FUNCTIONSThis will display a list of all available functions supported by the current ClickHouse server instance.