Uses of Interface
io.trino.operator.aggregation.state.LongAndDoubleState
Packages that use LongAndDoubleState
-
Uses of LongAndDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongAndDoubleStateModifier and TypeMethodDescriptionstatic voidAverageAggregations.combine(LongAndDoubleState state, LongAndDoubleState otherState) static voidDoubleSumAggregation.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 voidDoubleSumAggregation.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) static voidDoubleSumAggregation.removeInput(LongAndDoubleState state, double value) static voidDoubleSumAggregation.sum(LongAndDoubleState state, double value)