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

Packages that use OuterJoinDesc
net.esper.core   
net.esper.eql.join   
net.esper.eql.join.plan   
net.esper.eql.parse   
 

Uses of OuterJoinDesc in net.esper.core
 

Constructor parameters in net.esper.core with type arguments of type OuterJoinDesc
EPEQLStmtStartMethod(InsertIntoDesc insertIntoDesc, java.util.List<SelectExprElement> selectionList, java.util.List<StreamSpec> streams, java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByNodes, java.lang.String eqlStatement, EPServicesContext services)
          Ctor.
 

Uses of OuterJoinDesc in net.esper.eql.join
 

Method parameters in net.esper.eql.join with type arguments of type OuterJoinDesc
static JoinSetComposerImpl JoinSetComposerFactory.makeComposer(java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, EventType[] streamTypes, java.lang.String[] streamNames)
          Builds join tuple composer.
 

Uses of OuterJoinDesc in net.esper.eql.join.plan
 

Method parameters in net.esper.eql.join.plan with type arguments of type OuterJoinDesc
static QueryGraph OuterJoinAnalyzer.analyze(java.util.List<OuterJoinDesc> outerJoinDescList, QueryGraph queryGraph)
          Analyzes the outer join descriptor list to build a query graph model.
protected static QueryPlan NStreamOuterQueryPlanBuilder.build(QueryGraph queryGraph, java.util.List<OuterJoinDesc> outerJoinDescList, java.lang.String[] streamNames)
          Build a query plan based on the stream property relationships indicated in queryGraph.
static QueryPlan QueryPlanBuilder.getPlan(int numStreams, java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, java.lang.String[] streamNames)
          Build query plan using the filter.
protected static OuterInnerDirectionalGraph NStreamOuterQueryPlanBuilder.graphOuterJoins(int numStreams, java.util.List<OuterJoinDesc> outerJoinDescList)
          Builds a graph of outer joins given the outer join information from the statement.
 

Uses of OuterJoinDesc in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return types with arguments of type OuterJoinDesc
 java.util.List<OuterJoinDesc> EQLTreeWalker.getOuterJoinDescList()
          Returns the LEFT/RIGHT/FULL OUTER JOIN-type and property name descriptor, if applicable.