fix style

This commit is contained in:
Lirikl 2023-05-12 12:49:16 +03:00
parent b2e4f3b8aa
commit 2c9635cc8d

View File

@ -219,7 +219,7 @@ private:
REGISTER_FUNCTION(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
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.
)");
}