ClickHouse/docs/en/operations/system-tables/functions.md
2021-06-24 20:18:14 +08:00

328 B
Raw Blame History

system.functions

Contains information about normal and aggregate functions.

Columns:

  • name(String) The name of the function.
  • is_aggregate(UInt8) — Whether the function is aggregate.

Original article