mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fixed typo
This commit is contained in:
parent
e08199c81a
commit
2c4052f7bb
@ -73,7 +73,7 @@ Returns the index of the first element in the 'arr1' array for which 'func' retu
|
||||
|
||||
### arrayCumSum(\[func,\] arr1, ...)
|
||||
|
||||
Returns the cummulative sum of the array obtained from the original application of the 'func' function to each element in the 'arr' array.
|
||||
Returns the cumulative sum of the array obtained from the original application of the 'func' function to each element in the 'arr' array.
|
||||
|
||||
Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user