This commit is contained in:
UnamedRus 2024-01-13 23:53:05 +00:00
parent 090f05cf6c
commit 877c643955
3 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@ We recommend using the `N < 10` value; performance is reduced with large `N` val
**Parameters** **Parameters**
- `N` — The number of elements to return. Optional. Default value: 10. - `N` — The number of elements to return. Optional. Default value: 10.
- `reseved` — Defines, how many cells reserved for values. If uniq(column) > reseved, result of topK function will be approximate. Optional. Default value: N * 3. - `reserved` — Defines, how many cells reserved for values. If uniq(column) > reseved, result of topK function will be approximate. Optional. Default value: N * 3.
**Arguments** **Arguments**

View File

@ -19,7 +19,7 @@ We recommend using the `N < 10` value; performance is reduced with large `N` val
**Parameters** **Parameters**
- `N` — The number of elements to return. Optional. Default value: 10. - `N` — The number of elements to return. Optional. Default value: 10.
- `reseved` — Defines, how many cells reserved for values. If uniq(column) > reseved, result of topK function will be approximate. Optional. Default value: N * 3. - `reserved` — Defines, how many cells reserved for values. If uniq(column) > reseved, result of topK function will be approximate. Optional. Default value: N * 3.
**Arguments** **Arguments**

View File

@ -1055,6 +1055,8 @@ anyheavy
anylast anylast
appendTrailingCharIfAbsent appendTrailingCharIfAbsent
approximative approximative
approxtopk
approxtopsum
argMax argMax
argMin argMin
argmax argmax