Class FlinkRepeatOperator<Type>

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

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