Uses of Class
io.trino.operator.aggregation.minmaxbyn.TypedKeyValueHeap
Packages that use TypedKeyValueHeap
-
Uses of TypedKeyValueHeap in io.trino.operator.aggregation.minmaxbyn
Methods in io.trino.operator.aggregation.minmaxbyn that return TypedKeyValueHeapModifier and TypeMethodDescriptionTypedKeyValueHeap.copy()static TypedKeyValueHeapTypedKeyValueHeap.deserialize(boolean min, MethodHandle compare, Type keyType, Type valueType, Block rowBlock) Methods in io.trino.operator.aggregation.minmaxbyn with parameters of type TypedKeyValueHeapConstructor parameters in io.trino.operator.aggregation.minmaxbyn with type arguments of type TypedKeyValueHeapModifierConstructorDescriptionGroupedMinMaxByNState(LongFunction<TypedKeyValueHeap> heapFactory, Function<Block, TypedKeyValueHeap> deserializer) GroupedMinMaxByNState(LongFunction<TypedKeyValueHeap> heapFactory, Function<Block, TypedKeyValueHeap> deserializer) SingleMinMaxByNState(LongFunction<TypedKeyValueHeap> heapFactory, Function<Block, TypedKeyValueHeap> deserializer) SingleMinMaxByNState(LongFunction<TypedKeyValueHeap> heapFactory, Function<Block, TypedKeyValueHeap> deserializer)