Package io.trino.operator.aggregation
Class AverageAggregations
java.lang.Object
io.trino.operator.aggregation.AverageAggregations
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(LongAndDoubleState state, LongAndDoubleState otherState) static voidinput(LongAndDoubleState state, double value) static voidinput(LongAndDoubleState state, long value) static voidoutput(LongAndDoubleState state, BlockBuilder out) static voidremoveInput(LongAndDoubleState state, double value) static voidremoveInput(LongAndDoubleState state, long value)
-
Method Details
-
input
-
input
-
removeInput
-
removeInput
-
combine
-
output
-