Update other-functions.md

Fix `initializeAgregation` typo
This commit is contained in:
Tomáš Hromada 2023-11-23 15:57:19 +01:00 committed by GitHub
parent ac1e742afa
commit 956a8add35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1556,7 +1556,7 @@ initializeAggregation (aggregate_function, arg1, arg2, ..., argN)
- Result of aggregation for every row passed to the function.
The return type is the same as the return type of function, that `initializeAgregation` takes as first argument.
The return type is the same as the return type of function, that `initializeAggregation` takes as first argument.
**Example**