public class MapUnionAggregation extends SqlAggregationFunction
| Modifier and Type | Field and Description |
|---|---|
static MapUnionAggregation |
MAP_UNION |
static String |
NAME |
| Constructor and Description |
|---|
MapUnionAggregation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
combine(KeyValuePairsState state,
KeyValuePairsState otherState) |
String |
getDescription() |
static void |
input(Type keyType,
Type valueType,
KeyValuePairsState state,
Block value) |
static void |
output(KeyValuePairsState state,
BlockBuilder out) |
InternalAggregationFunction |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
createFunctionByAnnotations, createFunctionsByAnnotations, getSignature, isDeterministic, isHiddenpublic static final MapUnionAggregation MAP_UNION
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 keyType, Type valueType, KeyValuePairsState state, Block value)
public static void combine(KeyValuePairsState state, KeyValuePairsState otherState)
public static void output(KeyValuePairsState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.