Class SparkMaterializedGroupByOperator<Type,KeyType>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkMaterializedGroupByOperator<Type,KeyType> extends MaterializedGroupByOperator<Type,KeyType> implements SparkExecutionOperator
Spark implementation of the MaterializedGroupByOperator.
See Also: