Class AggregateOperator<IN>

    • Constructor Detail

      • AggregateOperator

        public AggregateOperator​(DataSet<IN> input,
                                 Aggregations function,
                                 int field,
                                 String aggregateLocationName)
        Deprecated.
        Non grouped aggregation.
      • AggregateOperator

        public AggregateOperator​(Grouping<IN> input,
                                 Aggregations function,
                                 int field,
                                 String aggregateLocationName)
        Deprecated.
        Grouped aggregation.
        Parameters:
        input -
        function -
        field -
    • Method Detail

      • translateToDataFlow

        @Internal
        protected org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<IN,​IN,​org.apache.flink.api.common.functions.GroupReduceFunction<IN,​IN>> translateToDataFlow​(org.apache.flink.api.common.operators.Operator<IN> 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<IN,​IN,​AggregateOperator<IN>>
        Parameters:
        input - The data flow operator that produces this operation's input data.
        Returns:
        The translated data flow operator.