Uses of Interface
io.trino.operator.aggregation.state.LongDecimalWithOverflowState
-
Packages that use LongDecimalWithOverflowState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of LongDecimalWithOverflowState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDecimalWithOverflowState Modifier and Type Method Description static voidDecimalSumAggregation. combine(LongDecimalWithOverflowState state, LongDecimalWithOverflowState otherState)static voidDecimalSumAggregation. inputLongDecimal(LongDecimalWithOverflowState state, Block block, int position)static voidDecimalSumAggregation. inputShortDecimal(LongDecimalWithOverflowState state, Block block, int position)static voidDecimalSumAggregation. outputLongDecimal(LongDecimalWithOverflowState state, BlockBuilder out) -
Uses of LongDecimalWithOverflowState in io.trino.operator.aggregation.state
Subinterfaces of LongDecimalWithOverflowState in io.trino.operator.aggregation.state Modifier and Type Interface Description interfaceLongDecimalWithOverflowAndLongStateClasses in io.trino.operator.aggregation.state that implement LongDecimalWithOverflowState Modifier and Type Class Description static classLongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongStatestatic classLongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongStatestatic classLongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowStatestatic classLongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowStateMethods in io.trino.operator.aggregation.state that return LongDecimalWithOverflowState Modifier and Type Method Description LongDecimalWithOverflowStateLongDecimalWithOverflowStateFactory. createGroupedState()LongDecimalWithOverflowStateLongDecimalWithOverflowStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type LongDecimalWithOverflowState Modifier and Type Method Description voidLongDecimalWithOverflowStateSerializer. deserialize(Block block, int index, LongDecimalWithOverflowState state)voidLongDecimalWithOverflowStateSerializer. serialize(LongDecimalWithOverflowState state, BlockBuilder out)
-