public class IndexJoinOptimizer extends Object implements PlanOptimizer
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexJoinOptimizer.IndexKeyTracer
Identify the mapping from the lookup symbols used at the top of the index plan to
the actual symbols produced by the IndexSource.
|
| Constructor and Description |
|---|
IndexJoinOptimizer(Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
optimize(PlanNode plan,
Session session,
TypeProvider type,
SymbolAllocator symbolAllocator,
PlanNodeIdAllocator idAllocator,
WarningCollector warningCollector) |
public IndexJoinOptimizer(Metadata metadata)
public PlanNode optimize(PlanNode plan, Session session, TypeProvider type, SymbolAllocator symbolAllocator, PlanNodeIdAllocator idAllocator, WarningCollector warningCollector)
optimize in interface PlanOptimizerCopyright © 2012–2019. All rights reserved.