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