Description
Add the SQL function forall.
`forall` tests an array to see if predicate holds for every item of the array.
This complements the `exists` higher order function.
Add the SQL function forall.
`forall` tests an array to see if predicate holds for every item of the array.
This complements the `exists` higher order function.