Uses of Interface
io.trino.operator.aggregation.state.LongDecimalWithOverflowAndLongState
-
Packages that use LongDecimalWithOverflowAndLongState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of LongDecimalWithOverflowAndLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDecimalWithOverflowAndLongState Modifier and Type Method Description static BigDecimalDecimalAverageAggregation. average(LongDecimalWithOverflowAndLongState state, DecimalType type)static voidDecimalAverageAggregation. combine(LongDecimalWithOverflowAndLongState state, LongDecimalWithOverflowAndLongState otherState)static voidDecimalAverageAggregation. inputLongDecimal(Type type, LongDecimalWithOverflowAndLongState state, Block block, int position)static voidDecimalAverageAggregation. inputShortDecimal(Type type, 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 LongDecimalWithOverflowAndLongState Modifier and Type Class Description static classLongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongStatestatic classLongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongStateMethods in io.trino.operator.aggregation.state that return LongDecimalWithOverflowAndLongState Modifier and Type Method Description LongDecimalWithOverflowAndLongStateLongDecimalWithOverflowAndLongStateFactory. createGroupedState()LongDecimalWithOverflowAndLongStateLongDecimalWithOverflowAndLongStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state that return types with arguments of type LongDecimalWithOverflowAndLongState Modifier and Type Method Description Class<? extends LongDecimalWithOverflowAndLongState>LongDecimalWithOverflowAndLongStateFactory. getGroupedStateClass()Class<? extends LongDecimalWithOverflowAndLongState>LongDecimalWithOverflowAndLongStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.state with parameters of type LongDecimalWithOverflowAndLongState Modifier and Type Method Description voidLongDecimalWithOverflowAndLongStateSerializer. deserialize(Block block, int index, LongDecimalWithOverflowAndLongState state)voidLongDecimalWithOverflowAndLongStateSerializer. serialize(LongDecimalWithOverflowAndLongState state, BlockBuilder out)
-