Uses of Interface
io.trino.operator.aggregation.state.MinMaxNState
-
Packages that use MinMaxNState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of MinMaxNState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type MinMaxNState Modifier and Type Method Description static voidAbstractMinMaxNAggregationFunction. combine(MinMaxNState state, MinMaxNState otherState)static voidAbstractMinMaxNAggregationFunction. input(BlockTypeOperators.BlockPositionComparison comparison, 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 MinMaxNState Modifier and Type Class Description static classMinMaxNStateFactory.GroupedMinMaxNStatestatic classMinMaxNStateFactory.SingleMinMaxNStateMethods in io.trino.operator.aggregation.state that return MinMaxNState Modifier and Type Method Description MinMaxNStateMinMaxNStateFactory. createGroupedState()MinMaxNStateMinMaxNStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state that return types with arguments of type MinMaxNState Modifier and Type Method Description Class<? extends MinMaxNState>MinMaxNStateFactory. getGroupedStateClass()Class<? extends MinMaxNState>MinMaxNStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.state with parameters of type MinMaxNState Modifier and Type Method Description voidMinMaxNStateSerializer. deserialize(Block block, int index, MinMaxNState state)voidMinMaxNStateSerializer. serialize(MinMaxNState state, BlockBuilder out)
-