| Package | Description |
|---|---|
| io.prestosql.operator.aggregation.arrayagg |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupArrayAggregationState |
class |
LegacyArrayAggregationGroupState
Deprecated.
|
class |
SingleArrayAggregationState |
| Modifier and Type | Method and Description |
|---|---|
ArrayAggregationState |
ArrayAggregationStateFactory.createGroupedState() |
ArrayAggregationState |
ArrayAggregationStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ArrayAggregationState> |
ArrayAggregationStateFactory.getGroupedStateClass() |
Class<? extends ArrayAggregationState> |
ArrayAggregationStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ArrayAggregationFunction.combine(Type type,
ArrayAggregationState state,
ArrayAggregationState otherState) |
void |
ArrayAggregationStateSerializer.deserialize(Block block,
int index,
ArrayAggregationState state) |
static void |
ArrayAggregationFunction.input(Type type,
ArrayAggregationState state,
Block value,
int position) |
default void |
ArrayAggregationState.merge(ArrayAggregationState otherState) |
static void |
ArrayAggregationFunction.output(Type elementType,
ArrayAggregationState state,
BlockBuilder out) |
void |
ArrayAggregationStateSerializer.serialize(ArrayAggregationState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.