Uses of Class
com.espertech.esper.epl.join.plan.TableLookupPlan

Packages that use TableLookupPlan
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
 

Uses of TableLookupPlan in com.espertech.esper.epl.join.plan
 

Subclasses of TableLookupPlan in com.espertech.esper.epl.join.plan
 class FullTableScanLookupPlan
          Plan for a full table scan.
 class IndexedTableLookupPlan
          Plan to perform an indexed table lookup.
 

Methods in com.espertech.esper.epl.join.plan that return TableLookupPlan
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  TableLookupPlan TableOuterLookupNode.getLookupStrategySpec()
          Returns lookup plan.
protected  TableLookupPlan TableLookupNode.getLookupStrategySpec()
          Returns lookup plan.
 

Constructors in com.espertech.esper.epl.join.plan with parameters of type TableLookupPlan
LookupInstructionPlan(int fromStream, String fromStreamName, int[] toStreams, TableLookupPlan[] lookupPlans, boolean[] requiredPerStream)
          Ctor.
TableLookupNode(TableLookupPlan tableLookupPlan)
          Ctor.
TableOuterLookupNode(TableLookupPlan tableLookupPlan)
          Ctor.
 


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