Uses of Interface
io.trino.operator.aggregation.state.LongDecimalWithOverflowAndLongState
Packages that use LongDecimalWithOverflowAndLongState
-
Uses of LongDecimalWithOverflowAndLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDecimalWithOverflowAndLongStateModifier and TypeMethodDescriptionstatic Int128DecimalAverageAggregation.average(LongDecimalWithOverflowAndLongState state, DecimalType type) static voidDecimalAverageAggregation.combine(LongDecimalWithOverflowAndLongState state, LongDecimalWithOverflowAndLongState otherState) static voidDecimalAverageAggregation.inputLongDecimal(LongDecimalWithOverflowAndLongState state, Int128ArrayBlock block, int position) static voidDecimalAverageAggregation.inputShortDecimal(LongDecimalWithOverflowAndLongState state, long rightLow) static voidDecimalAverageAggregation.outputDecimal(Type type, LongDecimalWithOverflowAndLongState state, BlockBuilder out) -
Uses of LongDecimalWithOverflowAndLongState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state that return LongDecimalWithOverflowAndLongStateModifier and TypeMethodDescriptionLongDecimalWithOverflowAndLongStateFactory.createGroupedState()LongDecimalWithOverflowAndLongStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type LongDecimalWithOverflowAndLongStateModifier and TypeMethodDescriptionvoidLongDecimalWithOverflowAndLongStateSerializer.deserialize(Block block, int index, LongDecimalWithOverflowAndLongState state) voidLongDecimalWithOverflowAndLongStateSerializer.serialize(LongDecimalWithOverflowAndLongState state, BlockBuilder out)