KeyValueGroupedDataset — Typed Grouping
KeyValueGroupedDataset
is an experimental interface to calculate aggregates over groups of objects in a typed Dataset.
Note
|
RelationalGroupedDataset is used for untyped Row -based aggregates.
|
KeyValueGroupedDataset
is created using Dataset.groupByKey operator.
Operator | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KeyValueGroupedDataset
holds keys
that were used for the object.
aggUntyped
Internal Method
aggUntyped
…FIXME
Note
|
aggUntyped is used exclusively when KeyValueGroupedDataset.agg typed operator is used.
|