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, Block valueBlock, Block keyBlock, long n, int blockIndex) static voidMaxByNAggregationFunction.output(MaxByNState state, BlockBuilder out)