|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableLookupPlan | |
---|---|
net.esper.eql.join.plan | Inner join and outer join query planning |
Uses of TableLookupPlan in net.esper.eql.join.plan |
---|
Subclasses of TableLookupPlan in net.esper.eql.join.plan | |
---|---|
class |
FullTableScanLookupPlan
Plan for a full table scan. |
class |
IndexedTableLookupPlan
Plan to perform an indexed table lookup. |
Methods in net.esper.eql.join.plan that return TableLookupPlan | |
---|---|
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 TableLookupPlan |
TableOuterLookupNode.getLookupStrategySpec()
Returns lookup plan. |
protected TableLookupPlan |
TableLookupNode.getLookupStrategySpec()
Returns lookup plan. |
Constructors in net.esper.eql.join.plan with parameters of type TableLookupPlan | |
---|---|
LookupInstructionPlan(int fromStream,
java.lang.String fromStreamName,
int[] toStreams,
TableLookupPlan[] lookupPlans,
boolean[] requiredPerStream)
Ctor. |
|
TableLookupNode(TableLookupPlan tableLookupPlan)
Ctor. |
|
TableOuterLookupNode(TableLookupPlan tableLookupPlan)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |