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