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