Skip to content

LIST_APPLY

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