Class FlinkZipWithIdOperator<InputType>

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

public class FlinkZipWithIdOperator<InputType> extends ZipWithIdOperator<InputType> implements FlinkExecutionOperator
Flink implementation of the MapOperator.
See Also: