Uses of Interface
io.trino.operator.aggregation.LongDoubleState
Packages that use LongDoubleState
-
Uses of LongDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDoubleStateModifier and TypeMethodDescriptionstatic voidDoubleSumAggregation.combine(LongDoubleState state, LongDoubleState otherState) static voidDoubleSumAggregation.output(LongDoubleState state, BlockBuilder out) static voidDoubleSumAggregation.removeInput(LongDoubleState state, double value) static voidDoubleSumAggregation.sum(LongDoubleState state, double value)