Functions
BYROW
Applies a LAMBDA to each row of an array
Try it
When to use it
When should I use BYROW?
Use BYROW to apply a LAMBDA function to each row of an array individually, returning a single aggregated result per row.
Used in
Syntax
BYROW(array, lambda)