未验证 提交 efa1e956 编写于 作者: I Ivan Blinkov 提交者: GitHub

Update aggregatefunction.md

上级 41ca7ae8
---
toc_priority: 52
toc_title: AggregateFunction(name, types_of_arguments...)
toc_title: AggregateFunction
---
# AggregateFunction(name, types\_of\_arguments…) {#data-type-aggregatefunction}
# AggregateFunction {#data-type-aggregatefunction}
Aggregate functions can have an implementation-defined intermediate state that can be serialized to an AggregateFunction(…) data type and stored in a table, usually, by means of [a materialized view](../../sql-reference/statements/select.md#create-view). The common way to produce an aggregate function state is by calling the aggregate function with the `-State` suffix. To get the final result of aggregation in the future, you must use the same aggregate function with the `-Merge`suffix.
`AggregateFunction` — parametric data type.
`AggregateFunction(name, types_of_arguments…)` — parametric data type.
**Parameters**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册