RelationalGroupedDataset
org.apache.spark.sql.RelationalGroupedDataset
class RelationalGroupedDataset
A set of methods for aggregations on a Dataset, created by Dataset.groupBy, Dataset.rollup, Dataset.cube, or Dataset.pivot.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Compute aggregates by specifying a series of aggregate columns.
Compute aggregates by specifying a series of aggregate columns.
Attributes
Compute aggregates by specifying a map from column name to aggregate function name.
Compute aggregates by specifying a map from column name to aggregate function name.
Attributes
Count the number of rows for each group.
Count the number of rows for each group.
Attributes
Pivots a column of the current Dataset and performs the specified aggregation.
Pivots a column of the current Dataset and performs the specified aggregation.
Attributes
In this article