public class NestedLoopOperation extends java.lang.Object implements CompletionListenable
Constructor and Description |
---|
NestedLoopOperation(BatchConsumer nlResultConsumer,
java.util.function.Predicate<Row> joinPredicate,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<?> |
completionFuture() |
BatchConsumer |
leftConsumer() |
BatchConsumer |
rightConsumer() |
public NestedLoopOperation(BatchConsumer nlResultConsumer, java.util.function.Predicate<Row> joinPredicate, JoinType joinType)
public BatchConsumer leftConsumer()
public BatchConsumer rightConsumer()
public java.util.concurrent.CompletableFuture<?> completionFuture()
completionFuture
in interface CompletionListenable