mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
add description
This commit is contained in:
parent
bd3c084cb1
commit
23dec236c2
@ -219,7 +219,12 @@ private:
|
|||||||
|
|
||||||
REGISTER_FUNCTION(ArrayFold)
|
REGISTER_FUNCTION(ArrayFold)
|
||||||
{
|
{
|
||||||
factory.registerFunction<ArrayFold>();
|
|
||||||
|
factory.registerFunction<ArrayFold>(R"(
|
||||||
|
Function arrayFold(x1,...,xn,accum -> expression, array1,...,arrayn, init_accum) applies lambda function to a number of same sized array columns
|
||||||
|
and collects result in accumulator. Accumulator can be either constant or column.
|
||||||
|
)");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user