Uses of Interface
io.trino.operator.aggregation.minmaxn.MaxNState
Packages that use MaxNState
-
Uses of MaxNState in io.trino.operator.aggregation.minmaxn
Subclasses with type arguments of type MaxNState in io.trino.operator.aggregation.minmaxnClasses in io.trino.operator.aggregation.minmaxn that implement interfaces with type arguments of type MaxNStateMethods 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)