WIP update-aggregate-funcions-in-zh

This commit is contained in:
benbiti 2021-03-04 19:05:31 +08:00
parent 2d5391d529
commit e35957b716
3 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,9 @@ Decimal 定点数
Tuple 元组
function 函数
array 数组/阵列
hash 哈希/散列
Parameters 参数
Arguments 参数
##

View File

@ -53,9 +53,6 @@ skewSamp(expr)
SELECT skewSamp(value) FROM series_with_value_column
```
## uniqCombined64 {#agg_function-uniqcombined64}
和 [uniqCombined](#agg_function-uniqcombined)但对所有数据类型使用64位哈希。
## uniqHLL12 {#agg_function-uniqhll12}

View File

@ -4,4 +4,4 @@ toc_priority: 193
# uniqCombined64 {#agg_function-uniqcombined64}
Same as [uniqCombined](../../../sql-reference/aggregate-functions/reference/uniqcombined.md#agg_function-uniqcombined), but uses 64-bit hash for all data types.
[uniqCombined](../../../sql-reference/aggregate-functions/reference/uniqcombined.md#agg_function-uniqcombined)一样, 但对于所有数据类型使用64位哈希。