| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.aggregation |
| Modifier and Type | Method and Description |
|---|---|
protected SingleOutputStreamOperator<OUT,?> |
GroupedDataStream.aggregate(AggregationFunction<OUT> aggregate) |
protected SingleOutputStreamOperator<OUT,?> |
DataStream.aggregate(AggregationFunction<OUT> aggregate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableAggregator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <R> AggregationFunction<R> |
ComparableAggregator.getAggregator(int positionToAggregate,
org.apache.flink.api.common.typeinfo.TypeInformation<R> typeInfo,
AggregationFunction.AggregationType aggregationType) |
static <R> AggregationFunction<R> |
ComparableAggregator.getAggregator(int positionToAggregate,
org.apache.flink.api.common.typeinfo.TypeInformation<R> typeInfo,
AggregationFunction.AggregationType aggregationType,
boolean first) |
static <R> AggregationFunction<R> |
ComparableAggregator.getAggregator(String field,
org.apache.flink.api.common.typeinfo.TypeInformation<R> typeInfo,
AggregationFunction.AggregationType aggregationType,
boolean first,
org.apache.flink.api.common.ExecutionConfig config) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.