Uses of Class
io.trino.operator.aggregation.TypedHeap
-
Packages that use TypedHeap Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of TypedHeap in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TypedHeap Modifier and Type Method Description voidTypedHeap. addAll(TypedHeap other) -
Uses of TypedHeap in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state that return TypedHeap Modifier and Type Method Description TypedHeapMinMaxNState. getTypedHeap()TypedHeapMinMaxNStateFactory.GroupedMinMaxNState. getTypedHeap()TypedHeapMinMaxNStateFactory.SingleMinMaxNState. getTypedHeap()Methods in io.trino.operator.aggregation.state with parameters of type TypedHeap Modifier and Type Method Description voidMinMaxNState. setTypedHeap(TypedHeap value)voidMinMaxNStateFactory.GroupedMinMaxNState. setTypedHeap(TypedHeap value)voidMinMaxNStateFactory.SingleMinMaxNState. setTypedHeap(TypedHeap typedHeap)
-