|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryPlanIndex | |
---|---|
net.esper.eql.join.plan | Inner join and outer join query planning |
Uses of QueryPlanIndex in net.esper.eql.join.plan |
---|
Methods in net.esper.eql.join.plan that return QueryPlanIndex | |
---|---|
static QueryPlanIndex[] |
QueryPlanIndexBuilder.buildIndexSpec(QueryGraph queryGraph)
Build index specification from navigability info. |
QueryPlanIndex[] |
QueryPlan.getIndexSpecs()
Return index specs. |
Methods in net.esper.eql.join.plan with parameters of type QueryPlanIndex | |
---|---|
protected static TableLookupPlan |
NStreamQueryPlanBuilder.createLookupPlan(QueryGraph queryGraph,
int currentLookupStream,
int indexedStream,
QueryPlanIndex indexSpecs)
Create the table lookup plan for a from-stream to look up in an indexed stream using the columns supplied in the query graph and looking at the actual indexes available and their index number. |
protected static QueryPlanNode |
NStreamQueryPlanBuilder.createStreamPlan(int lookupStream,
int[] bestChain,
QueryGraph queryGraph,
QueryPlanIndex[] indexSpecsPerStream)
Walks the chain of lookups and constructs lookup strategy and plan specification based on the index specifications. |
static String |
QueryPlanIndex.print(QueryPlanIndex[] indexSpecs)
Print index specifications in readable format. |
Constructors in net.esper.eql.join.plan with parameters of type QueryPlanIndex | |
---|---|
QueryPlan(QueryPlanIndex[] indexSpecs,
QueryPlanNode[] execNodeSpecs)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |