Uses of Class
net.esper.eql.join.plan.QueryPlanIndex

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, EventType[] typesPerStream)
          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, EventType[] typesPerStream)
          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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com