public class TableOuterLookupNode extends QueryPlanNode
Constructor and Description |
---|
TableOuterLookupNode(TableLookupPlan tableLookupPlan)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
addIndexes(HashSet<TableLookupIndexReqKey> usedIndexes) |
TableLookupPlan |
getLookupStrategySpec()
Returns lookup plan.
|
ExecNode |
makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
public TableOuterLookupNode(TableLookupPlan tableLookupPlan)
tableLookupPlan
- - plan for performing lookuppublic TableLookupPlan getLookupStrategySpec()
public ExecNode makeExec(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks)
makeExec
in class QueryPlanNode
public void addIndexes(HashSet<TableLookupIndexReqKey> usedIndexes)
Copyright © 2005–2018. All rights reserved.