|
||||||||||
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.NestedIterationNode
public class NestedIterationNode
Plan to perform a nested iteration over child nodes.
Constructor Summary | |
---|---|
NestedIterationNode(int[] nestingOrder)
Ctor. |
Method Summary | |
---|---|
void |
addChildNode(QueryPlanNode childNode)
Adds a child node. |
void |
addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
protected java.util.LinkedList<QueryPlanNode> |
getChildNodes()
Returns list of child nodes. |
ExecNode |
makeExec(java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
java.util.Map<TableLookupIndexReqKey,EventTable>[] indexPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
HistoricalStreamIndexList[] historicalStreamIndexList,
VirtualDWView[] viewExternal,
java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
Make execution node from this specification. |
void |
print(IndentWriter indentWriter)
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 NestedIterationNode(int[] nestingOrder)
nestingOrder
- - order of streams in nested iterationMethod Detail |
---|
public final void addChildNode(QueryPlanNode childNode)
childNode
- is the child evaluation tree node to addprotected final java.util.LinkedList<QueryPlanNode> getChildNodes()
public ExecNode makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexList, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
QueryPlanNode
makeExec
in class QueryPlanNode
statementName
- statement namestatementId
- statement idannotations
- annotationsindexPerStream
- - tables build for each streamstreamTypes
- - event type of each streamstreamViews
- - viewable per stream for access to historical datahistoricalStreamIndexList
- index management for historical streamsviewExternal
- @return execution node matching specpublic void addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
addIndexes
in class QueryPlanNode
public void print(IndentWriter indentWriter)
QueryPlanNode
print
in class QueryPlanNode
indentWriter
- is the indentation writer to print to
|
© 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 |