ClickHouse/docs/en/data_types/nested_data_structures/aggregatefunction.md

5 lines
211 B
Markdown
Raw Normal View History

# AggregateFunction(name, types_of_arguments...)
2017-04-03 19:49:50 +00:00
2017-04-26 18:10:25 +00:00
The intermediate state of an aggregate function. To get it, use aggregate functions with the '-State' suffix. For more information, see "AggregatingMergeTree".