Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.aggregation | |
org.apache.flink.api.java.operators | |
org.apache.flink.api.scala.operators |
Modifier and Type | Method and Description |
---|---|
AggregateOperator<T> |
DataSet.aggregate(Aggregations agg,
int field)
|
Modifier and Type | Method and Description |
---|---|
static Aggregations |
Aggregations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregations[] |
Aggregations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregateOperator<T> |
UnsortedGrouping.aggregate(Aggregations agg,
int field)
|
AggregateOperator<IN> |
AggregateOperator.and(Aggregations function,
int field) |
Constructor and Description |
---|
AggregateOperator(DataSet<IN> input,
Aggregations function,
int field,
String aggregateLocationName)
Non grouped aggregation.
|
AggregateOperator(Grouping<IN> input,
Aggregations function,
int field,
String aggregateLocationName)
Grouped aggregation.
|
Modifier and Type | Method and Description |
---|---|
ScalaAggregateOperator<IN> |
ScalaAggregateOperator.and(Aggregations function,
int field) |
Constructor and Description |
---|
ScalaAggregateOperator(DataSet<IN> input,
Aggregations function,
int field)
Non grouped aggregation.
|
ScalaAggregateOperator(Grouping<IN> input,
Aggregations function,
int field)
Grouped aggregation.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.