Uses of Interface
io.trino.operator.aggregation.state.LongAndDoubleState
-
Packages that use LongAndDoubleState Package Description io.trino.operator.aggregation -
-
Uses of LongAndDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongAndDoubleState Modifier and Type Method Description static voidAverageAggregations. combine(LongAndDoubleState state, LongAndDoubleState otherState)static voidGeometricMeanAggregations. combine(LongAndDoubleState state, LongAndDoubleState otherState)static voidIntervalDayToSecondAverageAggregation. combine(LongAndDoubleState state, LongAndDoubleState otherState)static voidIntervalYearToMonthAverageAggregation. combine(LongAndDoubleState state, LongAndDoubleState otherState)static voidRealGeometricMeanAggregations. combine(LongAndDoubleState state, LongAndDoubleState otherState)static voidAverageAggregations. input(LongAndDoubleState state, double value)static voidAverageAggregations. input(LongAndDoubleState state, long value)static voidGeometricMeanAggregations. input(LongAndDoubleState state, double value)static voidGeometricMeanAggregations. input(LongAndDoubleState state, long value)static voidIntervalDayToSecondAverageAggregation. input(LongAndDoubleState state, long value)static voidIntervalYearToMonthAverageAggregation. input(LongAndDoubleState state, long value)static voidRealGeometricMeanAggregations. input(LongAndDoubleState state, long value)static voidAverageAggregations. output(LongAndDoubleState state, BlockBuilder out)static voidGeometricMeanAggregations. output(LongAndDoubleState state, BlockBuilder out)static voidIntervalDayToSecondAverageAggregation. output(LongAndDoubleState state, BlockBuilder out)static voidIntervalYearToMonthAverageAggregation. output(LongAndDoubleState state, BlockBuilder out)static voidRealGeometricMeanAggregations. output(LongAndDoubleState state, BlockBuilder out)static voidAverageAggregations. removeInput(LongAndDoubleState state, double value)static voidAverageAggregations. removeInput(LongAndDoubleState state, long value)
-