Skip to content

ARRAY_TRANSFORM

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