ClickHouse/docs/en/system_tables/system.functions.md
2018-04-28 10:58:16 +03:00

197 B
Raw Blame History

system.functions

Contains information about normal and aggregate functions.

Columns:

  • name (String) Function name.
  • is_aggregate (UInt8) Whether it is an aggregate function.