Uses of Interface
io.trino.operator.aggregation.minmaxn.MaxNState
Packages that use MaxNState
-
Uses of MaxNState in io.trino.operator.aggregation.minmaxn
Methods in io.trino.operator.aggregation.minmaxn that return MaxNStateModifier and TypeMethodDescriptionMaxNStateFactory.createGroupedState()MaxNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.minmaxn with parameters of type MaxNStateModifier and TypeMethodDescriptionstatic voidstatic voidMaxNAggregationFunction.input(MaxNState state, ValueBlock block, int blockIndex, long n) static voidMaxNAggregationFunction.output(MaxNState state, BlockBuilder out)