Uses of Class
io.trino.operator.aggregation.TypedKeyValueHeap
-
Packages that use TypedKeyValueHeap Package Description io.trino.operator.aggregation io.trino.operator.aggregation.minmaxby -
-
Uses of TypedKeyValueHeap in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return TypedKeyValueHeap Modifier and Type Method Description static TypedKeyValueHeapTypedKeyValueHeap. deserialize(Block block, Type keyType, Type valueType, BlockTypeOperators.BlockPositionComparison comparison)Methods in io.trino.operator.aggregation with parameters of type TypedKeyValueHeap Modifier and Type Method Description voidTypedKeyValueHeap. addAll(TypedKeyValueHeap otherHeap) -
Uses of TypedKeyValueHeap in io.trino.operator.aggregation.minmaxby
Methods in io.trino.operator.aggregation.minmaxby that return TypedKeyValueHeap Modifier and Type Method Description TypedKeyValueHeapMinMaxByNState. getTypedKeyValueHeap()TypedKeyValueHeapMinMaxByNStateFactory.GroupedMinMaxByNState. getTypedKeyValueHeap()TypedKeyValueHeapMinMaxByNStateFactory.SingleMinMaxByNState. getTypedKeyValueHeap()Methods in io.trino.operator.aggregation.minmaxby with parameters of type TypedKeyValueHeap Modifier and Type Method Description voidMinMaxByNState. setTypedKeyValueHeap(TypedKeyValueHeap value)voidMinMaxByNStateFactory.GroupedMinMaxByNState. setTypedKeyValueHeap(TypedKeyValueHeap value)voidMinMaxByNStateFactory.SingleMinMaxByNState. setTypedKeyValueHeap(TypedKeyValueHeap typedKeyValueHeap)
-