Skip to content

REDUCE

  • list: ANY[]
  • lambda(x,y): LAMBDA
  • initial_value: ANY
SELECT reduce([1, 2, 3], lambda x, y : x + y);