public class SumAggregateFunction extends DefaultAggregateFunction<Double>
| Constructor and Description |
|---|
SumAggregateFunction() |
| Modifier and Type | Method and Description |
|---|---|
AggregateBuilder<Double> |
createAggregateBuilder()
Creates a specific aggregate builder.
|
ColumnType |
getExpectedColumnType(ColumnType type)
Returns the function ColumnType.
|
String |
getFunctionName() |
evaluate, toStringpublic String getFunctionName()
public AggregateBuilder<Double> createAggregateBuilder()
AggregateFunctionpublic ColumnType getExpectedColumnType(ColumnType type)
AggregateFunctiongetExpectedColumnType in interface AggregateFunctiongetExpectedColumnType in interface FunctionTypegetExpectedColumnType in class DefaultAggregateFunction<Double>Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.