Uses of Interface
io.trino.operator.aggregation.minmaxbyn.MinByNState
Packages that use MinByNState
-
Uses of MinByNState in io.trino.operator.aggregation.minmaxbyn
Subclasses with type arguments of type MinByNState in io.trino.operator.aggregation.minmaxbynClasses in io.trino.operator.aggregation.minmaxbyn that implement interfaces with type arguments of type MinByNStateMethods in io.trino.operator.aggregation.minmaxbyn that return MinByNStateModifier and TypeMethodDescriptionMinByNStateFactory.createGroupedState()MinByNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.minmaxbyn with parameters of type MinByNStateModifier and TypeMethodDescriptionstatic voidMinByNAggregationFunction.combine(MinByNState state, MinByNState otherState) static voidMinByNAggregationFunction.input(MinByNState state, ValueBlock valueBlock, int valuePosition, ValueBlock keyBlock, int keyPosition, long n) static voidMinByNAggregationFunction.output(MinByNState state, BlockBuilder out)