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