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, toString
public String getFunctionName()
public AggregateBuilder<Long> createAggregateBuilder()
AggregateFunction
public ColumnType getExpectedColumnType(ColumnType type)
AggregateFunction
getExpectedColumnType
in interface AggregateFunction
getExpectedColumnType
in interface FunctionType
getExpectedColumnType
in class DefaultAggregateFunction<Long>
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.