Package | Description |
---|---|
com.espertech.esper.common.internal.epl.join.queryplanbuild | |
com.espertech.esper.common.internal.epl.join.queryplanouter |
Modifier and Type | Method and Description |
---|---|
protected static void |
NStreamOuterQueryPlanBuilder.recursiveBuild(int streamNum,
Stack<Integer> streamCallStack,
QueryGraphForge queryGraph,
OuterInnerDirectionalGraph outerInnerGraph,
InnerJoinGraph innerJoinGraph,
Set<Integer> completedStreams,
LinkedHashMap<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).
|
Modifier and Type | Method and Description |
---|---|
static InnerJoinGraph |
InnerJoinGraph.graphInnerJoins(int numStreams,
OuterJoinDesc[] outerJoinDescList) |
Copyright © 2005–2018. All rights reserved.