mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
11 lines
230 B
ReStructuredText
11 lines
230 B
ReStructuredText
system.functions
|
|
----------------
|
|
|
|
Contains information about normal and aggregate functions.
|
|
Columns:
|
|
|
|
.. code-block:: text
|
|
|
|
name String - Function name.
|
|
is_aggregate UInt8 - Whether it is an aggregate function.
|