Add support for EVERY and ANY (SOME) aggregates.
- EVERY returns true if all input values are true.
- ANY returns true if at least one input value is true.
- SOME is equivalent to ANY.
Both aggregates are part of the SQL standard.
- relates to
-
SPARK-17322 'ANY n' clause for SQL queries to increase the ease of use of WHERE clause predicates
-
- Resolved
-
- links to
(1 links to)