2017-12-28 15:13:23 +00:00
|
|
|
|
# system.functions
|
|
|
|
|
|
|
|
|
|
Contains information about normal and aggregate functions.
|
|
|
|
|
|
|
|
|
|
Columns:
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
name String – Function name.
|
2018-03-25 02:04:22 +00:00
|
|
|
|
is_aggregate UInt8 – Whether it is an aggregate function.
|
2017-12-28 15:13:23 +00:00
|
|
|
|
```
|
|
|
|
|
|