Package io.trino.operator.join
Class NestedLoopJoinPagesSupplier
- java.lang.Object
-
- io.trino.operator.join.NestedLoopJoinPagesSupplier
-
- All Implemented Interfaces:
JoinBridge,NestedLoopJoinBridge
public final class NestedLoopJoinPagesSupplier extends Object implements NestedLoopJoinBridge
-
-
Constructor Summary
Constructors Constructor Description NestedLoopJoinPagesSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()com.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages>getPagesFuture()com.google.common.util.concurrent.ListenableFuture<?>setPages(NestedLoopJoinPages nestedLoopJoinPages)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.operator.join.NestedLoopJoinBridge
getOuterPositionIterator, whenBuildFinishes
-
-
-
-
Method Detail
-
getPagesFuture
public com.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages> getPagesFuture()
- Specified by:
getPagesFuturein interfaceNestedLoopJoinBridge
-
setPages
public com.google.common.util.concurrent.ListenableFuture<?> setPages(NestedLoopJoinPages nestedLoopJoinPages)
- Specified by:
setPagesin interfaceNestedLoopJoinBridge
-
destroy
public void destroy()
- Specified by:
destroyin interfaceJoinBridge- Specified by:
destroyin interfaceNestedLoopJoinBridge
-
-