Uses of Class
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNode
-
Uses of QueryPlanNode in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeClassDescriptionclass
Query plan for performing a historical data lookup.class
Query plan for executing a set of lookup instructions and assembling an end result via a set of assembly instructions.class
Plan to perform a nested iteration over child nodes.class
class
class
Specifies exection of a table lookup using the supplied plan for performing the lookup.class
Specifies exection of a table lookup with outer join using the a specified lookup plan.ModifierConstructorDescriptionNestedIterationNode
(QueryPlanNode[] childNodes, int[] nestingOrder) QueryPlan
(QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs) Ctor.