ClickHouse/docs/en/system_tables/system.functions.md
2018-03-30 03:15:52 +03:00

12 lines
205 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# system.functions
Contains information about normal and aggregate functions.
Columns:
```text
name String Function name.
is_aggregate UInt8 Whether it is an aggregate function.
```