Package io.trino.operator.join
Interface NestedLoopJoinBridge
- All Superinterfaces:
JoinBridge
- All Known Implementing Classes:
NestedLoopJoinPagesSupplier
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()default OuterPositionIteratorCan be called only after build and probe are finished.com.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages> com.google.common.util.concurrent.ListenableFuture<Void> setPages(NestedLoopJoinPages nestedLoopJoinPages) default com.google.common.util.concurrent.ListenableFuture<Void>
-
Method Details
-
getPagesFuture
com.google.common.util.concurrent.ListenableFuture<NestedLoopJoinPages> getPagesFuture() -
setPages
com.google.common.util.concurrent.ListenableFuture<Void> setPages(NestedLoopJoinPages nestedLoopJoinPages) -
destroy
void destroy()- Specified by:
destroyin interfaceJoinBridge
-
getOuterPositionIterator
Description copied from interface:JoinBridgeCan be called only after build and probe are finished.- Specified by:
getOuterPositionIteratorin interfaceJoinBridge
-
whenBuildFinishes
- Specified by:
whenBuildFinishesin interfaceJoinBridge
-