Uses of Interface
io.trino.operator.aggregation.minmaxn.MinNState
Packages that use MinNState
-
Uses of MinNState in io.trino.operator.aggregation.minmaxn
Subclasses with type arguments of type MinNState in io.trino.operator.aggregation.minmaxnClasses in io.trino.operator.aggregation.minmaxn that implement interfaces with type arguments of type MinNStateMethods in io.trino.operator.aggregation.minmaxn that return MinNStateModifier and TypeMethodDescriptionMinNStateFactory.createGroupedState()MinNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.minmaxn with parameters of type MinNStateModifier and TypeMethodDescriptionstatic voidstatic voidMinNAggregationFunction.input(MinNState state, ValueBlock block, int blockIndex, long n) static voidMinNAggregationFunction.output(MinNState state, BlockBuilder out)