Uses of Class
com.espertech.esper.epl.join.plan.InnerJoinGraph

Packages that use InnerJoinGraph
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
 

Uses of InnerJoinGraph in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan that return InnerJoinGraph
static InnerJoinGraph InnerJoinGraph.graphInnerJoins(int numStreams, OuterJoinDesc[] outerJoinDescList)
           
 

Methods in com.espertech.esper.epl.join.plan with parameters of type InnerJoinGraph
protected static void NStreamOuterQueryPlanBuilder.recursiveBuild(int streamNum, java.util.Stack<java.lang.Integer> streamCallStack, QueryGraph queryGraph, OuterInnerDirectionalGraph outerInnerGraph, InnerJoinGraph innerJoinGraph, java.util.Set<java.lang.Integer> completedStreams, java.util.LinkedHashMap<java.lang.Integer,int[]> substreamsPerStream, boolean[] requiredPerStream, DependencyGraph dependencyGraph)
          Recusivly builds a substream-per-stream ordered tree graph using the join information supplied for outer joins and from the query graph (where clause).
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com