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