Uses of Interface
io.trino.operator.aggregation.state.LongDecimalWithOverflowState
Packages that use LongDecimalWithOverflowState
-
Uses of LongDecimalWithOverflowState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDecimalWithOverflowStateModifier and TypeMethodDescriptionstatic voidDecimalSumAggregation.combine(LongDecimalWithOverflowState state, LongDecimalWithOverflowState otherState) static voidDecimalSumAggregation.inputLongDecimal(LongDecimalWithOverflowState state, Block block, int position) static voidDecimalSumAggregation.inputShortDecimal(LongDecimalWithOverflowState state, long rightLow) static voidDecimalSumAggregation.outputLongDecimal(LongDecimalWithOverflowState state, BlockBuilder out) -
Uses of LongDecimalWithOverflowState in io.trino.operator.aggregation.state
Subinterfaces of LongDecimalWithOverflowState in io.trino.operator.aggregation.stateClasses in io.trino.operator.aggregation.state that implement LongDecimalWithOverflowStateModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in io.trino.operator.aggregation.state that return LongDecimalWithOverflowStateModifier and TypeMethodDescriptionLongDecimalWithOverflowStateFactory.createGroupedState()LongDecimalWithOverflowStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type LongDecimalWithOverflowStateModifier and TypeMethodDescriptionvoidLongDecimalWithOverflowStateSerializer.deserialize(Block block, int index, LongDecimalWithOverflowState state) voidLongDecimalWithOverflowStateSerializer.serialize(LongDecimalWithOverflowState state, BlockBuilder out)