|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OuterInnerDirectionalGraph | |
---|---|
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
Uses of OuterInnerDirectionalGraph in com.espertech.esper.epl.join.plan |
---|
Methods in com.espertech.esper.epl.join.plan that return OuterInnerDirectionalGraph | |
---|---|
OuterInnerDirectionalGraph |
OuterInnerDirectionalGraph.add(int outerStream,
int innerStream)
Add an outer-to-inner join stream relationship. |
protected static OuterInnerDirectionalGraph |
NStreamOuterQueryPlanBuilder.graphOuterJoins(int numStreams,
OuterJoinDesc[] outerJoinDescList)
Builds a graph of outer joins given the outer join information from the statement. |
Methods in com.espertech.esper.epl.join.plan with parameters of type OuterInnerDirectionalGraph | |
---|---|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |