mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix typo
This commit is contained in:
parent
3129dfc283
commit
67a78dc111
@ -19,7 +19,7 @@ Alias: `sumMappedArrays`.
|
||||
- `key`: [Array](../../data-types/array.md) of keys.
|
||||
- `value`: [Array](../../data-types/array.md) of values.
|
||||
|
||||
Passing a tuple of key and value arrays is a synonym to passing seperately an array of keys and an array of values.
|
||||
Passing a tuple of key and value arrays is a synonym to passing separately an array of keys and an array of values.
|
||||
|
||||
:::note
|
||||
The number of elements in `key` and `value` must be the same for each row that is totaled.
|
||||
|
Loading…
Reference in New Issue
Block a user