Class Group.Global<InputT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<InputT>,PCollection<Iterable<InputT>>>
org.apache.beam.sdk.schemas.transforms.Group.Global<InputT>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
Group

public static class Group.Global<InputT> extends PTransform<PCollection<InputT>,PCollection<Iterable<InputT>>>
A PTransform for doing global aggregations on schema PCollections.
See Also: