Class SparkRepeatOperator<Type>

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

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