Uses of Interface
io.trino.operator.aggregation.state.DoubleState
-
Packages that use DoubleState Package Description io.trino.operator.aggregation -
-
Uses of DoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type DoubleState Modifier and Type Method Description static voidRealAverageAggregation. combine(LongState count, DoubleState sum, LongState otherCount, DoubleState otherSum)static voidRealAverageAggregation. input(LongState count, DoubleState sum, long value)static voidRealAverageAggregation. output(LongState count, DoubleState sum, BlockBuilder out)static voidRealAverageAggregation. removeInput(LongState count, DoubleState sum, long value)
-