ClickHouse/docs/en/operations/system-tables/functions.md

9 lines
228 B
Markdown
Raw Normal View History

# system.functions {#system-functions}
Contains information about normal and aggregate functions.
Columns:
- `name`(`String`) The name of the function.
- `is_aggregate`(`UInt8`) — Whether the function is aggregate.