|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryPlan | |
---|---|
net.esper.eql.join.plan | Inner join and outer join query planning |
Uses of QueryPlan in net.esper.eql.join.plan |
---|
Methods in net.esper.eql.join.plan that return QueryPlan | |
---|---|
protected static QueryPlan |
NStreamQueryPlanBuilder.build(QueryGraph queryGraph)
Build a query plan based on the stream property relationships indicated in queryGraph. |
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 |
TwoStreamQueryPlanBuilder.build(QueryGraph queryGraph,
OuterJoinType optionalOuterJoinType)
Build query plan. |
protected static QueryPlan |
NStreamQueryPlanBuilder.buildNStreamDefaultQuerySpec(EventType[] eventTypes)
Returns query plan based on all unindexed full table lookups and lookups based on a simple nesting order. |
static QueryPlan |
QueryPlanBuilder.getPlan(int numStreams,
java.util.List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
java.lang.String[] streamNames)
Build query plan using the filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |