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 CompositeTableLookupPlan
          Plan to perform an indexed table lookup.
 class FullTableScanLookupPlan
          Plan for a full table scan.
 class FullTableScanUniquePerKeyLookupPlan
          Plan for a full table scan.
 class IndexedTableLookupPlanMulti
          Plan to perform an indexed table lookup.
 class IndexedTableLookupPlanSingle
          Plan to perform an indexed table lookup.
 class InKeywordTableLookupPlanMultiIdx
          Plan to perform an indexed table lookup.
 class InKeywordTableLookupPlanSingleIdx
          Plan to perform an indexed table lookup.
 class SortedTableLookupPlan
          Plan to perform an indexed table lookup.
 

Methods in com.espertech.esper.epl.join.plan that return TableLookupPlan
static TableLookupPlan NStreamQueryPlanBuilder.createLookupPlan(QueryGraph queryGraph, int currentLookupStream, int indexedStream, QueryPlanIndex indexSpecs, EventType[] typesPerStream, TableMetadata indexedStreamTableMeta)
          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.
 TableLookupPlan[] LookupInstructionPlan.getLookupPlans()
           
 TableLookupPlan TableOuterLookupNode.getLookupStrategySpec()
          Returns lookup plan.
protected  TableLookupPlan TableLookupNode.getLookupStrategySpec()
          Returns lookup plan.
 TableLookupPlan TableLookupNode.getTableLookupPlan()
           
 

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


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com