Class SparkCountOperator<Type>

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

public class SparkCountOperator<Type> extends CountOperator<Type> implements SparkExecutionOperator
Spark implementation of the CountOperator.
See Also: