mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
12 lines
206 B
Markdown
12 lines
206 B
Markdown
# system.functions
|
||
|
||
Contains information about normal and aggregate functions.
|
||
|
||
Columns:
|
||
|
||
```text
|
||
name String – Function name.
|
||
is_aggregate UInt8 – Whether it is an aggregate function.
|
||
```
|
||
|