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