From e0a121e8d58a3e8f2fbd122e2e53419a08d9bb16 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Sat, 18 Apr 2020 14:56:19 +0300 Subject: [PATCH] Update simpleaggregatefunction.md --- .../nested_data_structures/simpleaggregatefunction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql_reference/data_types/nested_data_structures/simpleaggregatefunction.md b/docs/en/sql_reference/data_types/nested_data_structures/simpleaggregatefunction.md index e172986745d..4e086541053 100644 --- a/docs/en/sql_reference/data_types/nested_data_structures/simpleaggregatefunction.md +++ b/docs/en/sql_reference/data_types/nested_data_structures/simpleaggregatefunction.md @@ -15,7 +15,7 @@ Currently, the following aggregate functions are supported: - [`groupBitOr`](../../query_language/agg_functions/reference.md#groupbitor) - [`groupBitXor`](../../query_language/agg_functions/reference.md#groupbitxor) -- Type of the `SimpleAggregateFunction(func, Type)` is `Type` itself, so you do not need to apply functions with `-Merge`/`-State` suffixes. +- Values of the `SimpleAggregateFunction(func, Type)` look and stored the same way as `Type`, so you do not need to apply functions with `-Merge`/`-State` suffixes. - `SimpleAggregateFunction` has better performance than `AggregateFunction` with same aggregation function. **Parameters**