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 voidDoubleAverageAggregations.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 voidLongAverageAggregations.combine(LongAndDoubleState state, LongAndDoubleState otherState) static voidRealGeometricMeanAggregations.combine(LongAndDoubleState state, LongAndDoubleState otherState) static voidDoubleAverageAggregations.input(LongAndDoubleState state, double 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 voidLongAverageAggregations.input(LongAndDoubleState state, long value) static voidRealGeometricMeanAggregations.input(LongAndDoubleState state, long value) static voidDoubleAverageAggregations.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 voidLongAverageAggregations.output(LongAndDoubleState state, BlockBuilder out) static voidRealGeometricMeanAggregations.output(LongAndDoubleState state, BlockBuilder out)