ClickHouse/docs/en/system_tables/system.functions.md

9 lines
197 B
Markdown
Raw Normal View History

# system.functions
Contains information about normal and aggregate functions.
Columns:
2018-04-28 07:58:16 +00:00
- `name` (`String`) Function name.
- `is_aggregate` (`UInt8`) Whether it is an aggregate function.