Class NoOpOperator<IN>

  • Type Parameters:
    IN - The type of the data set passed through the operator.

    @Internal
    public class NoOpOperator<IN>
    extends DataSet<IN>
    This operator will be ignored during translation.
    • Constructor Detail

      • NoOpOperator

        public NoOpOperator​(DataSet<IN> input,
                            org.apache.flink.api.common.typeinfo.TypeInformation<IN> resultType)
    • Method Detail

      • setInput

        public void setInput​(DataSet<IN> input)