Uses of Interface
io.trino.operator.aggregation.minmaxby.LongDoubleState
-
Packages that use LongDoubleState Package Description io.trino.operator.aggregation -
-
Uses of LongDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongDoubleState Modifier and Type Method Description static 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)
-