| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Method and Description |
|---|---|
static void |
ArbitraryAggregationFunction.combine(BlockPositionState state,
BlockPositionState otherState) |
static void |
ArbitraryAggregationFunction.input(Type type,
BlockPositionState state,
Block block,
int position) |
static void |
AbstractMinMaxAggregationFunction.maxCombine(Type type,
BlockPositionState state,
BlockPositionState otherState) |
static void |
AbstractMinMaxAggregationFunction.maxInput(Type type,
BlockPositionState state,
Block block,
int position) |
static void |
AbstractMinMaxAggregationFunction.minCombine(Type type,
BlockPositionState state,
BlockPositionState otherState) |
static void |
AbstractMinMaxAggregationFunction.minInput(Type type,
BlockPositionState state,
Block block,
int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockPositionStateSerializer.deserialize(Block block,
int index,
BlockPositionState state) |
void |
BlockPositionStateSerializer.serialize(BlockPositionState state,
BlockBuilder out) |
static void |
BlockPositionState.write(Type type,
BlockPositionState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.