| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Method and Description |
|---|---|
static void |
MapAggregationFunction.combine(KeyValuePairsState state,
KeyValuePairsState otherState) |
static void |
MapUnionAggregation.combine(KeyValuePairsState state,
KeyValuePairsState otherState) |
static void |
MapUnionAggregation.input(Type keyType,
Type valueType,
KeyValuePairsState state,
Block value) |
static void |
MapAggregationFunction.input(Type keyType,
Type valueType,
KeyValuePairsState state,
Block key,
Block value,
int position) |
static void |
MapAggregationFunction.output(KeyValuePairsState state,
BlockBuilder out) |
static void |
MapUnionAggregation.output(KeyValuePairsState state,
BlockBuilder out) |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValuePairsStateFactory.GroupedState |
static class |
KeyValuePairsStateFactory.SingleState |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePairsState |
KeyValuePairsStateFactory.createGroupedState() |
KeyValuePairsState |
KeyValuePairsStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends KeyValuePairsState> |
KeyValuePairsStateFactory.getGroupedStateClass() |
Class<? extends KeyValuePairsState> |
KeyValuePairsStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValuePairStateSerializer.deserialize(Block block,
int index,
KeyValuePairsState state) |
void |
KeyValuePairStateSerializer.serialize(KeyValuePairsState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.