Uses of Class
net.esper.eql.expression.ExprSubselectNode

Packages that use ExprSubselectNode
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of ExprSubselectNode in net.esper.core
 

Methods in net.esper.core with parameters of type ExprSubselectNode
 void SubSelectStreamCollection.add(ExprSubselectNode subselectNode, int streamNumber, Viewable viewable, ViewFactoryChain viewFactoryChain)
          Add lookup.
 Viewable SubSelectStreamCollection.getRootViewable(ExprSubselectNode subqueryNode)
          Returns the lookup viewable, child-most view.
 int SubSelectStreamCollection.getStreamNumber(ExprSubselectNode subqueryNode)
          Returns stream number.
 ViewFactoryChain SubSelectStreamCollection.getViewFactoryChain(ExprSubselectNode subqueryNode)
          Returns the lookup's view factory chain.
 

Uses of ExprSubselectNode in net.esper.eql.expression
 

Subclasses of ExprSubselectNode in net.esper.eql.expression
 class ExprSubselectExistsNode
          Represents an exists-subselect in an expression tree.
 class ExprSubselectInNode
          Represents a subselect in an expression tree.
 class ExprSubselectRowNode
          Represents a subselect in an expression tree.
 

Methods in net.esper.eql.expression that return types with arguments of type ExprSubselectNode
 List<ExprSubselectNode> ExprNodeSubselectVisitor.getSubselects()
          Returns a list of lookup expression nodes.
 

Uses of ExprSubselectNode in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return types with arguments of type ExprSubselectNode
 List<ExprSubselectNode> StatementSpecCompiled.getSubSelectExpressions()
          Returns the list of lookup expression nodes.
 

Constructor parameters in net.esper.eql.spec with type arguments of type ExprSubselectNode
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateVariableDesc createVariableDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpec selectClauseSpec, List<StreamSpecCompiled> streamSpecs, List<OuterJoinDesc> outerJoinDescList, ExprNode filterExprRootNode, List<ExprNode> groupByExpressions, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, List<OrderByItem> orderByList, List<ExprSubselectNode> subSelectExpressions, boolean hasVariables)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com