Uses of Class
com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlan
Package
Description
-
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.join.indexlookupplan
Modifier and TypeClassDescriptionclass
Plan to perform an indexed table lookup.class
Plan for a full table scan.class
Plan for a full table scan.class
Plan to perform an indexed table lookup.class
Plan to perform an indexed table lookup.class
Plan to perform an indexed table lookup.class
Plan to perform an indexed table lookup. -
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionprotected TableLookupPlan
TableLookupNode.getLookupStrategySpec()
Returns lookup plan.TableOuterLookupNode.getLookupStrategySpec()
Returns lookup plan.TableLookupNode.getTableLookupPlan()
ModifierConstructorDescriptionTableLookupNode
(TableLookupPlan tableLookupPlan) Ctor.TableOuterLookupNode
(TableLookupPlan tableLookupPlan) Ctor. -
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.join.queryplanouter
ModifierConstructorDescriptionLookupInstructionPlan
(int fromStream, String fromStreamName, int[] toStreams, TableLookupPlan[] lookupPlans, HistoricalDataPlanNode[] historicalPlans, boolean[] requiredPerStream) Ctor. -
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionVirtualDWView.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) VirtualDWViewImpl.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) ModifierConstructorDescriptionJoinExecTableLookupStrategyVirtualDW
(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupPlan tableLookupPlan)