Details
-
Documentation
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
- A separate subsection for Aggregations under “Getting Started” in the Spark SQL programming guide. It mentions which aggregate functions are predefined and how users can create their own.
- Examples of using the UserDefinedAggregateFunction abstract class for untyped aggregations in Java and Scala.
- Examples of using the Aggregator abstract class for type-safe aggregations in Java and Scala.