Skip to content

ARRAY_FILTER

  • list: ANY[]
  • lambda(x): LAMBDA
SELECT array_filter([3, 4, 5], lambda x : x > 4);