Uses of Class
io.trino.operator.aggregation.TypedHeap
Packages that use TypedHeap
-
Uses of TypedHeap in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return TypedHeapMethods in io.trino.operator.aggregation with parameters of type TypedHeap -
Uses of TypedHeap in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state that return TypedHeapModifier and TypeMethodDescriptionMinMaxNState.getTypedHeap()MinMaxNStateFactory.GroupedMinMaxNState.getTypedHeap()MinMaxNStateFactory.SingleMinMaxNState.getTypedHeap()Methods in io.trino.operator.aggregation.state with parameters of type TypedHeapModifier and TypeMethodDescriptionvoidMinMaxNState.setTypedHeap(TypedHeap value) voidMinMaxNStateFactory.GroupedMinMaxNState.setTypedHeap(TypedHeap value) voidMinMaxNStateFactory.SingleMinMaxNState.setTypedHeap(TypedHeap typedHeap)