Class SparkZipWithIdOperator<InputType>

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

public class SparkZipWithIdOperator<InputType> extends ZipWithIdOperator<InputType> implements SparkExecutionOperator
Spark implementation of the MapOperator.
See Also: