Uses of Class
io.trino.operator.join.NestedLoopJoinPages
-
Packages that use NestedLoopJoinPages Package Description io.trino.operator.join -
-
Uses of NestedLoopJoinPages in io.trino.operator.join
Methods in io.trino.operator.join that return NestedLoopJoinPages Modifier and Type Method Description NestedLoopJoinPagesNestedLoopJoinPagesBuilder. build()Methods in io.trino.operator.join that return types with arguments of type NestedLoopJoinPages Modifier and Type Method Description com.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 NestedLoopJoinPages Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Void>NestedLoopJoinBridge. setPages(NestedLoopJoinPages nestedLoopJoinPages)com.google.common.util.concurrent.ListenableFuture<Void>NestedLoopJoinPagesSupplier. setPages(NestedLoopJoinPages nestedLoopJoinPages)
-