public abstract class SumAggregationFunction<T> extends AggregationFunction<T>
Modifier and Type | Class and Description |
---|---|
static class |
SumAggregationFunction.ByteSumAgg |
static class |
SumAggregationFunction.DoubleSumAgg |
static class |
SumAggregationFunction.FloatSumAgg |
static class |
SumAggregationFunction.IntSumAgg |
static class |
SumAggregationFunction.LongSumAgg |
static class |
SumAggregationFunction.ShortSumAgg |
static class |
SumAggregationFunction.SumAggregationFunctionFactory |
Constructor and Description |
---|
SumAggregationFunction() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
aggregate, getAggregate, initializeAggregate
Copyright © 2015 The Apache Software Foundation. All rights reserved.