Uses of Interface
io.trino.operator.aggregation.state.MinMaxNState
Packages that use MinMaxNState
-
Uses of MinMaxNState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type MinMaxNStateModifier and TypeMethodDescriptionstatic voidAbstractMinMaxNAggregationFunction.combine(MinMaxNState state, MinMaxNState otherState) static voidAbstractMinMaxNAggregationFunction.input(MethodHandle compare, Type type, MinMaxNState state, Block block, long n, int blockIndex) static voidAbstractMinMaxNAggregationFunction.output(ArrayType outputType, MinMaxNState state, BlockBuilder out) -
Uses of MinMaxNState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement MinMaxNStateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation.state that return MinMaxNStateModifier and TypeMethodDescriptionMinMaxNStateFactory.createGroupedState()MinMaxNStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type MinMaxNStateModifier and TypeMethodDescriptionvoidMinMaxNStateSerializer.deserialize(Block block, int index, MinMaxNState state) voidMinMaxNStateSerializer.serialize(MinMaxNState state, BlockBuilder out)