|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.context.subselect.SubSelectActivationCollection
public class SubSelectActivationCollection
Holds stream information for subqueries.
Constructor Summary | |
---|---|
SubSelectActivationCollection()
Ctor. |
Method Summary | |
---|---|
void |
add(ExprSubselectNode subselectNode,
SubSelectActivationHolder holder)
Add lookup. |
EventType |
getRootViewableType(ExprSubselectNode subqueryNode)
Returns the lookup viewable, child-most view. |
int |
getStreamNumber(ExprSubselectNode subqueryNode)
Returns stream number. |
java.util.Map<ExprSubselectNode,SubSelectActivationHolder> |
getSubqueries()
|
SubSelectActivationHolder |
getSubSelectHolder(ExprSubselectNode subselectNode)
|
ViewFactoryChain |
getViewFactoryChain(ExprSubselectNode subqueryNode)
Returns the lookup's view factory chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubSelectActivationCollection()
Method Detail |
---|
public void add(ExprSubselectNode subselectNode, SubSelectActivationHolder holder)
subselectNode
- is the subselect expression nodepublic SubSelectActivationHolder getSubSelectHolder(ExprSubselectNode subselectNode)
public int getStreamNumber(ExprSubselectNode subqueryNode)
subqueryNode
- is the lookup node's stream number
public EventType getRootViewableType(ExprSubselectNode subqueryNode)
subqueryNode
- is the expression node to get this for
public ViewFactoryChain getViewFactoryChain(ExprSubselectNode subqueryNode)
subqueryNode
- is the node to look for
public java.util.Map<ExprSubselectNode,SubSelectActivationHolder> getSubqueries()
|
© 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 |