|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryPlan | |
---|---|
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
Uses of QueryPlan in com.espertech.esper.epl.join.plan |
---|
Methods in com.espertech.esper.epl.join.plan that return QueryPlan | |
---|---|
static QueryPlan |
TwoStreamQueryPlanBuilder.build(EventType[] typesPerStream,
QueryGraph queryGraph,
OuterJoinType optionalOuterJoinType)
Build query plan. |
protected static QueryPlan |
NStreamQueryPlanBuilder.build(QueryGraph queryGraph,
EventType[] typesPerStream)
Build a query plan based on the stream property relationships indicated in queryGraph. |
protected static QueryPlan |
NStreamOuterQueryPlanBuilder.build(QueryGraph queryGraph,
List<OuterJoinDesc> outerJoinDescList,
String[] streamNames,
EventType[] typesPerStream)
Build a query plan based on the stream property relationships indicated in queryGraph. |
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(EventType[] typesPerStream,
List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
String[] streamNames)
Build query plan using the filter. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |