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, Block block, int position) static voidDecimalAverageAggregation.inputShortDecimal(LongDecimalWithOverflowAndLongState state, Block block, int position) static voidDecimalAverageAggregation.outputLongDecimal(DecimalType type, LongDecimalWithOverflowAndLongState state, BlockBuilder out) static voidDecimalAverageAggregation.outputShortDecimal(DecimalType type, LongDecimalWithOverflowAndLongState state, BlockBuilder out) -
Uses of LongDecimalWithOverflowAndLongState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement LongDecimalWithOverflowAndLongStateModifier and TypeClassDescriptionstatic classstatic classMethods 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)