|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.QueryPlanNode
com.espertech.esper.epl.join.plan.TableOuterLookupNode
public class TableOuterLookupNode
Specifies exection of a table lookup with outer join using the a specified lookup plan.
Constructor Summary | |
---|---|
TableOuterLookupNode(TableLookupPlan tableLookupPlan)
Ctor. |
Method Summary | |
---|---|
void |
addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
TableLookupPlan |
getLookupStrategySpec()
Returns lookup plan. |
ExecNode |
makeExec(java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
HistoricalStreamIndexList[] historicalStreamIndexLists,
VirtualDWView[] viewExternal,
java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
Make execution node from this specification. |
void |
print(IndentWriter writer)
Print a long readable format of the query node to the supplied PrintWriter. |
Methods inherited from class com.espertech.esper.epl.join.plan.QueryPlanNode |
---|
print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableOuterLookupNode(TableLookupPlan tableLookupPlan)
tableLookupPlan
- - plan for performing lookupMethod Detail |
---|
public TableLookupPlan getLookupStrategySpec()
public void print(IndentWriter writer)
QueryPlanNode
print
in class QueryPlanNode
writer
- is the indentation writer to print topublic ExecNode makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
QueryPlanNode
makeExec
in class QueryPlanNode
statementName
- statement namestatementId
- statement idannotations
- annotationsindexesPerStream
- - tables build for each streamstreamTypes
- - event type of each streamstreamViews
- - viewable per stream for access to historical datahistoricalStreamIndexLists
- index management for historical streamsviewExternal
- @return execution node matching specpublic void addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
addIndexes
in class QueryPlanNode
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |