Uses of Class
com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlan
Packages that use 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
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return TableLookupPlanModifier and TypeMethodDescriptionprotected TableLookupPlan
TableLookupNode.getLookupStrategySpec()
Returns lookup plan.TableOuterLookupNode.getLookupStrategySpec()
Returns lookup plan.TableLookupNode.getTableLookupPlan()
Constructors in com.espertech.esper.common.internal.epl.join.queryplan with parameters of type TableLookupPlanModifierConstructorDescriptionTableLookupNode
(TableLookupPlan tableLookupPlan) Ctor.TableOuterLookupNode
(TableLookupPlan tableLookupPlan) Ctor. -
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.join.queryplanouter
Methods in com.espertech.esper.common.internal.epl.join.queryplanouter that return TableLookupPlanConstructors in com.espertech.esper.common.internal.epl.join.queryplanouter with parameters of type TableLookupPlanModifierConstructorDescriptionLookupInstructionPlan
(int fromStream, String fromStreamName, int[] toStreams, TableLookupPlan[] lookupPlans, HistoricalDataPlanNode[] historicalPlans, boolean[] requiredPerStream) Ctor. -
Uses of TableLookupPlan in com.espertech.esper.common.internal.epl.virtualdw
Methods in com.espertech.esper.common.internal.epl.virtualdw with parameters of type TableLookupPlanModifier and TypeMethodDescriptionVirtualDWView.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) VirtualDWViewImpl.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) Constructors in com.espertech.esper.common.internal.epl.virtualdw with parameters of type TableLookupPlanModifierConstructorDescriptionJoinExecTableLookupStrategyVirtualDW
(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupPlan tableLookupPlan)