net.esper.eql.join.plan
Class TwoStreamQueryPlanBuilder
java.lang.Object
net.esper.eql.join.plan.TwoStreamQueryPlanBuilder
public class TwoStreamQueryPlanBuilder
- extends Object
Builds a query plan for the simple 2-stream scenario.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TwoStreamQueryPlanBuilder
public TwoStreamQueryPlanBuilder()
build
public static QueryPlan build(QueryGraph queryGraph,
OuterJoinType optionalOuterJoinType)
- Build query plan.
- Parameters:
queryGraph
- - navigability infooptionalOuterJoinType
- - outer join type, null if not an outer join
- Returns:
- query plan