Uses of Interface
io.trino.operator.aggregation.minmaxby.MinMaxByNState
Packages that use MinMaxByNState
-
Uses of MinMaxByNState in io.trino.operator.aggregation.minmaxby
Classes in io.trino.operator.aggregation.minmaxby that implement MinMaxByNStateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation.minmaxby that return MinMaxByNStateModifier and TypeMethodDescriptionMinMaxByNStateFactory.createGroupedState()MinMaxByNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.minmaxby with parameters of type MinMaxByNStateModifier and TypeMethodDescriptionstatic voidAbstractMinMaxByNAggregationFunction.combine(MinMaxByNState state, MinMaxByNState otherState) voidMinMaxByNStateSerializer.deserialize(Block block, int index, MinMaxByNState state) static voidAbstractMinMaxByNAggregationFunction.input(MethodHandle keyComparisonMethod, Type valueType, Type keyType, MinMaxByNState state, Block value, Block key, long n, int blockIndex) static voidAbstractMinMaxByNAggregationFunction.output(ArrayType outputType, MinMaxByNState state, BlockBuilder out) voidMinMaxByNStateSerializer.serialize(MinMaxByNState state, BlockBuilder out)