Uses of Interface
io.trino.operator.aggregation.minmaxby.MinMaxByNState
-
Packages that use MinMaxByNState Package Description io.trino.operator.aggregation.minmaxby -
-
Uses of MinMaxByNState in io.trino.operator.aggregation.minmaxby
Classes in io.trino.operator.aggregation.minmaxby that implement MinMaxByNState Modifier and Type Class Description static classMinMaxByNStateFactory.GroupedMinMaxByNStatestatic classMinMaxByNStateFactory.SingleMinMaxByNStateMethods in io.trino.operator.aggregation.minmaxby that return MinMaxByNState Modifier and Type Method Description MinMaxByNStateMinMaxByNStateFactory. createGroupedState()MinMaxByNStateMinMaxByNStateFactory. createSingleState()Methods in io.trino.operator.aggregation.minmaxby that return types with arguments of type MinMaxByNState Modifier and Type Method Description Class<? extends MinMaxByNState>MinMaxByNStateFactory. getGroupedStateClass()Class<? extends MinMaxByNState>MinMaxByNStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.minmaxby with parameters of type MinMaxByNState Modifier and Type Method Description static voidAbstractMinMaxByNAggregationFunction. combine(MinMaxByNState state, MinMaxByNState otherState)voidMinMaxByNStateSerializer. deserialize(Block block, int index, MinMaxByNState state)static voidAbstractMinMaxByNAggregationFunction. input(BlockTypeOperators.BlockPositionComparison comparison, Type valueType, Type keyType, MinMaxByNState state, Block value, Block key, int blockIndex, long n)static voidAbstractMinMaxByNAggregationFunction. output(ArrayType outputType, MinMaxByNState state, BlockBuilder out)voidMinMaxByNStateSerializer. serialize(MinMaxByNState state, BlockBuilder out)
-