com.espertech.esper.epl.join.plan
Class QueryPlanNodeNoOp
java.lang.Object
com.espertech.esper.epl.join.plan.QueryPlanNode
com.espertech.esper.epl.join.plan.QueryPlanNodeNoOp
public class QueryPlanNodeNoOp
- extends QueryPlanNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryPlanNodeNoOp
public QueryPlanNodeNoOp()
makeExec
public 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)
- Description copied from class:
QueryPlanNode
- Make execution node from this specification.
- Specified by:
makeExec
in class QueryPlanNode
- Parameters:
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 spec
addIndexes
public void addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
- Specified by:
addIndexes
in class QueryPlanNode
print
protected void print(IndentWriter writer)
- Description copied from class:
QueryPlanNode
- Print a long readable format of the query node to the supplied PrintWriter.
- Specified by:
print
in class QueryPlanNode
- Parameters:
writer
- is the indentation writer to print to