Package io.trino.operator.aggregation
Class MaxByAggregationFunction
java.lang.Object
io.trino.operator.aggregation.MaxByAggregationFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(MethodHandle compare, InOut keyState, InOut valueState, InOut otherKeyState, InOut otherValueState) static voidinput(MethodHandle compare, InOut keyState, InOut valueState, ValueBlock valueBlock, int valuePosition, ValueBlock keyBlock, int keyPosition) static voidoutput(InOut keyState, InOut valueState, BlockBuilder out)
-
Method Details
-
input
public static void input(MethodHandle compare, InOut keyState, InOut valueState, ValueBlock valueBlock, int valuePosition, ValueBlock keyBlock, int keyPosition) throws Throwable - Throws:
Throwable
-
combine
public static void combine(MethodHandle compare, InOut keyState, InOut valueState, InOut otherKeyState, InOut otherValueState) throws Throwable - Throws:
Throwable
-
output
-