public class CountColumn extends SqlAggregationFunction
| Modifier and Type | Field and Description |
|---|---|
static CountColumn |
COUNT_COLUMN |
| Constructor and Description |
|---|
CountColumn() |
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(LongState state,
LongState otherState) |
String |
getDescription() |
static void |
input(LongState state,
Block block,
int index) |
static void |
output(LongState state,
BlockBuilder out) |
InternalAggregationFunction |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
createFunctionByAnnotations, createFunctionsByAnnotations, getSignature, isDeterministic, isHiddenpublic static final CountColumn COUNT_COLUMN
public String getDescription()
public InternalAggregationFunction specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlAggregationFunctionpublic static void output(LongState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.