mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
WIP update-aggregate-funcions-in-zh
This commit is contained in:
parent
2d5391d529
commit
e35957b716
@ -13,6 +13,9 @@ Decimal 定点数
|
||||
Tuple 元组
|
||||
function 函数
|
||||
array 数组/阵列
|
||||
hash 哈希/散列
|
||||
Parameters 参数
|
||||
Arguments 参数
|
||||
|
||||
|
||||
##
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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位哈希。
|
||||
|
Loading…
Reference in New Issue
Block a user