| Package | Description |
|---|---|
| io.prestosql.operator.aggregation.minmaxby |
| Modifier and Type | Class and Description |
|---|---|
static class |
MinMaxByNStateFactory.GroupedMinMaxByNState |
static class |
MinMaxByNStateFactory.SingleMinMaxByNState |
| Modifier and Type | Method and Description |
|---|---|
MinMaxByNState |
MinMaxByNStateFactory.createGroupedState() |
MinMaxByNState |
MinMaxByNStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MinMaxByNState> |
MinMaxByNStateFactory.getGroupedStateClass() |
Class<? extends MinMaxByNState> |
MinMaxByNStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractMinMaxByNAggregationFunction.combine(MinMaxByNState state,
MinMaxByNState otherState) |
void |
MinMaxByNStateSerializer.deserialize(Block block,
int index,
MinMaxByNState state) |
static void |
AbstractMinMaxByNAggregationFunction.input(BlockComparator comparator,
Type valueType,
Type keyType,
MinMaxByNState state,
Block value,
Block key,
int blockIndex,
long n) |
static void |
AbstractMinMaxByNAggregationFunction.output(ArrayType outputType,
MinMaxByNState state,
BlockBuilder out) |
void |
MinMaxByNStateSerializer.serialize(MinMaxByNState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.