Uses of Class
org.apache.flink.api.java.aggregation.Aggregations
-
Packages that use Aggregations Package Description org.apache.flink.api.java org.apache.flink.api.java.aggregation org.apache.flink.api.java.operators -
-
Uses of Aggregations in org.apache.flink.api.java
Methods in org.apache.flink.api.java with parameters of type Aggregations Modifier and Type Method Description AggregateOperator<T>DataSet. aggregate(Aggregations agg, int field)Deprecated.Applies an Aggregate transformation on a non-groupedTupleDataSet. -
Uses of Aggregations in org.apache.flink.api.java.aggregation
Methods in org.apache.flink.api.java.aggregation that return Aggregations Modifier and Type Method Description static AggregationsAggregations. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Aggregations[]Aggregations. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Aggregations in org.apache.flink.api.java.operators
Methods in org.apache.flink.api.java.operators with parameters of type Aggregations Modifier and Type Method Description AggregateOperator<T>UnsortedGrouping. aggregate(Aggregations agg, int field)Deprecated.Applies an Aggregate transformation on a groupedTupleDataSet.AggregateOperator<IN>AggregateOperator. and(Aggregations function, int field)Deprecated.Constructors in org.apache.flink.api.java.operators with parameters of type Aggregations Constructor Description AggregateOperator(DataSet<IN> input, Aggregations function, int field, String aggregateLocationName)Deprecated.Non grouped aggregation.AggregateOperator(Grouping<IN> input, Aggregations function, int field, String aggregateLocationName)Deprecated.Grouped aggregation.
-