Class FlinkRepeatExpandedOperator<Type>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.basic.operators.RepeatOperator<Type>
org.apache.wayang.flink.operators.FlinkRepeatExpandedOperator<Type>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, LoopHeadOperator, Operator, FlinkExecutionOperator

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