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, Block valueBlock, Block keyBlock, int position) static voidoutput(InOut keyState, InOut valueState, BlockBuilder out)
-
Method Details
-
input
public static void input(MethodHandle compare, InOut keyState, InOut valueState, Block valueBlock, Block keyBlock, int position) throws Throwable - Throws:
Throwable
-
combine
public static void combine(MethodHandle compare, InOut keyState, InOut valueState, InOut otherKeyState, InOut otherValueState) throws Throwable - Throws:
Throwable
-
output
-