Uses of Class
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNodeForge
Package
Description
-
Uses of QueryPlanNodeForge 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.Modifier and TypeMethodDescriptionQueryPlanForge.getExecNodeSpecs()
Return execution node specs.QueryPlanNodeForgeDesc.getForge()
Modifier and TypeMethodDescriptionfinal LinkedList<QueryPlanNodeForge>
NestedIterationNodeForge.getChildNodes()
Returns list of child nodes.Modifier and TypeMethodDescriptionfinal void
NestedIterationNodeForge.addChildNode
(QueryPlanNodeForge childNode) Adds a child node.static String
QueryPlanNodeForge.print
(QueryPlanNodeForge[] planNodeSpecs) Print in readable format the execution plan spec.ModifierConstructorDescriptionQueryPlanForge
(QueryPlanIndexForge[] indexSpecs, QueryPlanNodeForge[] execNodeSpecs) Ctor.QueryPlanNodeForgeDesc
(QueryPlanNodeForge forge, List<StmtClassForgeableFactory> additionalForgeables) -
Uses of QueryPlanNodeForge in com.espertech.esper.common.internal.epl.join.queryplanbuild