| Package | Description |
|---|---|
| org.apache.flink.api.java.aggregation | |
| org.apache.flink.api.java.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxAggregationFunction<T extends Comparable<T>> |
class |
MinAggregationFunction<T extends Comparable<T>> |
class |
SumAggregationFunction<T> |
static class |
SumAggregationFunction.ByteSumAgg |
static class |
SumAggregationFunction.DoubleSumAgg |
static class |
SumAggregationFunction.FloatSumAgg |
static class |
SumAggregationFunction.IntSumAgg |
static class |
SumAggregationFunction.LongSumAgg |
static class |
SumAggregationFunction.ShortSumAgg |
| Modifier and Type | Method and Description |
|---|---|
<T> AggregationFunction<T> |
MaxAggregationFunction.MaxAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
SumAggregationFunction.SumAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
AggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
MinAggregationFunction.MinAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
| Constructor and Description |
|---|
AggregateOperator.AggregatingUdf(AggregationFunction<Object>[] aggFunctions,
int[] fieldPositions) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.