| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractMinMaxNAggregationFunction.combine(MinMaxNState state,
MinMaxNState otherState) |
static void |
AbstractMinMaxNAggregationFunction.input(BlockComparator comparator,
Type type,
MinMaxNState state,
Block block,
long n,
int blockIndex) |
static void |
AbstractMinMaxNAggregationFunction.output(ArrayType outputType,
MinMaxNState state,
BlockBuilder out) |
| Modifier and Type | Class and Description |
|---|---|
static class |
MinMaxNStateFactory.GroupedMinMaxNState |
static class |
MinMaxNStateFactory.SingleMinMaxNState |
| Modifier and Type | Method and Description |
|---|---|
MinMaxNState |
MinMaxNStateFactory.createGroupedState() |
MinMaxNState |
MinMaxNStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MinMaxNState> |
MinMaxNStateFactory.getGroupedStateClass() |
Class<? extends MinMaxNState> |
MinMaxNStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MinMaxNStateSerializer.deserialize(Block block,
int index,
MinMaxNState state) |
void |
MinMaxNStateSerializer.serialize(MinMaxNState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.