ClickHouse/doc/reference/en/system_tables/system.functions.rst

10 lines
211 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
system.functions
----------------
2017-04-26 17:37:55 +00:00
Contains information about normal and aggregate functions.
Columns:
2017-04-03 19:49:50 +00:00
::
2017-04-26 17:37:55 +00:00
name String - Function name.
is_aggregate UInt8 - Whether it is an aggregate function.