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, Int128ArrayBlock block, int position) static voidDecimalSumAggregation.inputShortDecimal(LongDecimalWithOverflowState state, long rightLow) static voidDecimalSumAggregation.outputDecimal(LongDecimalWithOverflowState state, BlockBuilder out) -
Uses of LongDecimalWithOverflowState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement LongDecimalWithOverflowStateModifier and TypeClassDescriptionstatic 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)