Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
None
Description
Definition: "The filter clause extends aggregate functions (sum, avg, count, …) by an additional where clause. The result of the aggregate is built from only the rows that satisfy the additional where clause too." [source|https://modern-sql.com/feature/filter]
Also, PgSQL currently support `filter` while Spark doesn't.
Attachments
Issue Links
- Is contained by
-
SPARK-27986 Support Aggregate Expressions with filter
- Resolved