Uses of Class
io.trino.operator.aggregation.minmaxn.TypedHeap
Packages that use TypedHeap
-
Uses of TypedHeap in io.trino.operator.aggregation.minmaxn
Methods in io.trino.operator.aggregation.minmaxn that return TypedHeapModifier and TypeMethodDescriptionTypedHeap.copy()static TypedHeapTypedHeap.deserialize(boolean min, MethodHandle compare, Type elementType, Block rowBlock) Methods in io.trino.operator.aggregation.minmaxn with parameters of type TypedHeapConstructor parameters in io.trino.operator.aggregation.minmaxn with type arguments of type TypedHeapModifierConstructorDescriptionGroupedMinMaxNState(LongFunction<TypedHeap> heapFactory, Function<Block, TypedHeap> deserializer) GroupedMinMaxNState(LongFunction<TypedHeap> heapFactory, Function<Block, TypedHeap> deserializer) SingleMinMaxNState(LongFunction<TypedHeap> heapFactory, Function<Block, TypedHeap> deserializer) SingleMinMaxNState(LongFunction<TypedHeap> heapFactory, Function<Block, TypedHeap> deserializer)