public class LookupOuterOperator extends Object implements Operator
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupOuterOperator.LookupOuterOperatorFactory |
NOT_BLOCKED| Constructor and Description |
|---|
LookupOuterOperator(OperatorContext operatorContext,
com.google.common.util.concurrent.ListenableFuture<OuterPositionIterator> outerPositionsFuture,
List<Type> probeOutputTypes,
List<Type> buildOutputTypes,
Runnable onClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(Page page)
Adds an input page to the operator.
|
void |
close()
This method will always be called before releasing the Operator reference.
|
void |
finish()
Notifies the operator that no more pages will be added and the
operator should finish processing and flush results.
|
OperatorContext |
getOperatorContext() |
Page |
getOutput()
Gets an output page from the operator.
|
com.google.common.util.concurrent.ListenableFuture<?> |
isBlocked()
Returns a future that will be completed when the operator becomes
unblocked.
|
boolean |
isFinished()
Is this operator completely finished processing and no more
output pages will be produced.
|
boolean |
needsInput()
Returns true if and only if this operator can accept an input page.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishMemoryRevoke, startMemoryRevokepublic LookupOuterOperator(OperatorContext operatorContext, com.google.common.util.concurrent.ListenableFuture<OuterPositionIterator> outerPositionsFuture, List<Type> probeOutputTypes, List<Type> buildOutputTypes, Runnable onClose)
public OperatorContext getOperatorContext()
getOperatorContext in interface Operatorpublic com.google.common.util.concurrent.ListenableFuture<?> isBlocked()
OperatorNOT_BLOCKED.public void finish()
Operatorpublic boolean isFinished()
OperatorisFinished in interface Operatorpublic boolean needsInput()
OperatorneedsInput in interface Operatorpublic void addInput(Page page)
OperatorneedsInput() returns true.public Page getOutput()
Operatorpublic void close()
Operatorclose in interface Operatorclose in interface AutoCloseableCopyright © 2012–2019. All rights reserved.