Uses of Class
io.trino.operator.join.NestedLoopJoinPages
Packages that use NestedLoopJoinPages
-
Uses of NestedLoopJoinPages in io.trino.operator.join
Methods in io.trino.operator.join that return NestedLoopJoinPagesMethods in io.trino.operator.join that return types with arguments of type NestedLoopJoinPagesModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages> NestedLoopJoinBridge.getPagesFuture()com.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages> NestedLoopJoinPagesSupplier.getPagesFuture()Methods in io.trino.operator.join with parameters of type NestedLoopJoinPagesModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Void> NestedLoopJoinBridge.setPages(NestedLoopJoinPages nestedLoopJoinPages) com.google.common.util.concurrent.ListenableFuture<Void> NestedLoopJoinPagesSupplier.setPages(NestedLoopJoinPages nestedLoopJoinPages)