Package io.trino.operator.aggregation
Class MaxAggregationFunction
java.lang.Object
io.trino.operator.aggregation.MaxAggregationFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(MethodHandle compare, InOut state, InOut otherState) static voidinput(MethodHandle compare, InOut state, ValueBlock block, int position) static voidoutput(InOut state, BlockBuilder out)
-
Method Details
-
input
public static void input(MethodHandle compare, InOut state, ValueBlock block, int position) throws Throwable - Throws:
Throwable
-
combine
- Throws:
Throwable
-
output
-