Uses of Class
io.trino.operator.aggregation.TypedKeyValueHeap
Packages that use TypedKeyValueHeap
-
Uses of TypedKeyValueHeap in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return TypedKeyValueHeapModifier and TypeMethodDescriptionTypedKeyValueHeap.copy()static TypedKeyValueHeapTypedKeyValueHeap.deserialize(Block block, Type keyType, Type valueType, MethodHandle keyComparisonOperator) Methods in io.trino.operator.aggregation with parameters of type TypedKeyValueHeap -
Uses of TypedKeyValueHeap in io.trino.operator.aggregation.minmaxby
Methods in io.trino.operator.aggregation.minmaxby that return TypedKeyValueHeapModifier and TypeMethodDescriptionMinMaxByNState.getTypedKeyValueHeap()MinMaxByNStateFactory.GroupedMinMaxByNState.getTypedKeyValueHeap()MinMaxByNStateFactory.SingleMinMaxByNState.getTypedKeyValueHeap()Methods in io.trino.operator.aggregation.minmaxby with parameters of type TypedKeyValueHeapModifier and TypeMethodDescriptionvoidMinMaxByNState.setTypedKeyValueHeap(TypedKeyValueHeap value) voidMinMaxByNStateFactory.GroupedMinMaxByNState.setTypedKeyValueHeap(TypedKeyValueHeap value) voidMinMaxByNStateFactory.SingleMinMaxByNState.setTypedKeyValueHeap(TypedKeyValueHeap typedKeyValueHeap)