Class FlinkCountOperator<Type>

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

public class FlinkCountOperator<Type> extends CountOperator<Type> implements FlinkExecutionOperator
Flink implementation of the CountOperator.
See Also: