Class FilterOperator<T>

    • Field Detail

      • function

        protected final org.apache.flink.api.common.functions.FilterFunction<T> function
        Deprecated.
      • defaultName

        protected final String defaultName
        Deprecated.
    • Constructor Detail

      • FilterOperator

        public FilterOperator​(DataSet<T> input,
                              org.apache.flink.api.common.functions.FilterFunction<T> function,
                              String defaultName)
        Deprecated.
    • Method Detail

      • translateToDataFlow

        protected org.apache.flink.api.common.operators.base.FilterOperatorBase<T,​org.apache.flink.api.common.functions.FlatMapFunction<T,​T>> translateToDataFlow​(org.apache.flink.api.common.operators.Operator<T> input)
        Deprecated.
        Description copied from class: SingleInputOperator
        Translates this operation to a data flow operator of the common data flow API.
        Specified by:
        translateToDataFlow in class SingleInputOperator<T,​T,​FilterOperator<T>>
        Parameters:
        input - The data flow operator that produces this operation's input data.
        Returns:
        The translated data flow operator.