mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
9 lines
228 B
Markdown
9 lines
228 B
Markdown
# 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.
|