Uses of Interface
io.trino.operator.aggregation.minmaxbyn.MaxByNState
Packages that use MaxByNState
-
Uses of MaxByNState in io.trino.operator.aggregation.minmaxbyn
Subclasses with type arguments of type MaxByNState in io.trino.operator.aggregation.minmaxbynClasses in io.trino.operator.aggregation.minmaxbyn that implement interfaces with type arguments of type MaxByNStateMethods 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, ValueBlock valueBlock, int valuePosition, ValueBlock keyBlock, int keyPosition, long n) static voidMaxByNAggregationFunction.output(MaxByNState state, BlockBuilder out)