approx_top_sum
N— 要返回的元素个数。可选。默认值:10。UInt64reserved— 可选。指定为值预留的槽位数。如果uniq(column) > reserved,topK 函数的结果将是近似值。默认值:N * 3。N的最大值为 65536。UInt64
Array
示例
使用示例
Query
Response
返回指定列中近似最常见的值及其计数组成的数组。
N — 要返回的元素个数。可选。默认值:10。UInt64reserved — 可选。指定为值预留的槽位数。如果 uniq(column) > reserved,topK 函数的结果将是近似值。默认值:N * 3。N 的最大值为 65536。UInt64Array
示例
使用示例