Skip to content

LIST_TRANSFORM

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