Class GlobalMaterializedGroupOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkGlobalMaterializedGroupOperator, JavaGlobalMaterializedGroupOperator, SparkGlobalMaterializedGroupOperator

public class GlobalMaterializedGroupOperator<Type> extends UnaryToUnaryOperator<Type,Iterable<Type>>
This operator groups the elements of a data set into a single data quantum.
See Also: