Uses of Interface
io.trino.operator.aggregation.minmaxbyn.MaxByNState
Packages that use MaxByNState
-
Uses of MaxByNState in io.trino.operator.aggregation.minmaxbyn
Methods in io.trino.operator.aggregation.minmaxbyn that return MaxByNStateModifier and TypeMethodDescriptionMaxByNStateFactory.createGroupedState()MaxByNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.minmaxbyn with parameters of type MaxByNStateModifier and TypeMethodDescriptionstatic voidMaxByNAggregationFunction.combine(MaxByNState state, MaxByNState otherState) static voidMaxByNAggregationFunction.input(MaxByNState state, ValueBlock valueBlock, int valuePosition, ValueBlock keyBlock, int keyPosition, long n) static voidMaxByNAggregationFunction.output(MaxByNState state, BlockBuilder out)