Returns a PTransform that takes a PCollection of elements, and returns a
PCollection of elements grouped by a field, multiple fields, an expression
that is used as the grouping key.
Various fields may be further aggregated with CombineFns by invoking
groupBy(...).combining(...).
Returns a PTransform that takes a PCollection of elements, and returns a PCollection of elements grouped by a field, multiple fields, an expression that is used as the grouping key.
Various fields may be further aggregated with
CombineFns
by invokinggroupBy(...).combining(...)
.