| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.index |
| Modifier and Type | Method and Description |
|---|---|
OuterPositionIterator |
PartitionedLookupSourceFactory.getOuterPositionIterator() |
OuterPositionIterator |
TrackingLookupSourceSupplier.getOuterPositionIterator() |
OuterPositionIterator |
JoinBridge.getOuterPositionIterator()
Can be called only after build and probe are finished.
|
default OuterPositionIterator |
NestedLoopJoinBridge.getOuterPositionIterator() |
OuterPositionIterator |
LookupSourceFactory.getOuterPositionIterator()
Can be called only after
LookupSourceFactory.createLookupSourceProvider() is done and all users of LookupSource-s finished. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<OuterPositionIterator> |
JoinBridgeManager.getOuterPositionsFuture(Lifespan lifespan) |
| 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 |
|---|---|
OuterPositionIterator |
IndexLookupSourceFactory.getOuterPositionIterator() |
Copyright © 2012–2019. All rights reserved.