| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Method and Description |
|---|---|
static void |
DecimalSumAggregation.combine(LongDecimalWithOverflowState state,
LongDecimalWithOverflowState otherState) |
static void |
DecimalSumAggregation.inputLongDecimal(Type type,
LongDecimalWithOverflowState state,
Block block,
int position) |
static void |
DecimalSumAggregation.inputShortDecimal(Type type,
LongDecimalWithOverflowState state,
Block block,
int position) |
static void |
DecimalSumAggregation.outputLongDecimal(DecimalType type,
LongDecimalWithOverflowState state,
BlockBuilder out) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongDecimalWithOverflowAndLongState |
| Modifier and Type | Class and Description |
|---|---|
static class |
LongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongState |
static class |
LongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongState |
static class |
LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState |
static class |
LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState |
| Modifier and Type | Method and Description |
|---|---|
LongDecimalWithOverflowState |
LongDecimalWithOverflowStateFactory.createGroupedState() |
LongDecimalWithOverflowState |
LongDecimalWithOverflowStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends LongDecimalWithOverflowState> |
LongDecimalWithOverflowStateFactory.getGroupedStateClass() |
Class<? extends LongDecimalWithOverflowState> |
LongDecimalWithOverflowStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
LongDecimalWithOverflowStateSerializer.deserialize(Block block,
int index,
LongDecimalWithOverflowState state) |
void |
LongDecimalWithOverflowStateSerializer.serialize(LongDecimalWithOverflowState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.