mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
12 lines
205 B
Markdown
Executable File
12 lines
205 B
Markdown
Executable File
# system.functions
|
||
|
||
Contains information about normal and aggregate functions.
|
||
|
||
Columns:
|
||
|
||
```text
|
||
name String – Function name.
|
||
is_aggregate UInt8 – Whether it is an aggregate function.
|
||
```
|
||
|