Skip to content

ARRAY_APPLY

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