Package | Description |
---|---|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
Modifier and Type | Class and Description |
---|---|
class |
HistoricalDataPlanNode
Query plan for performing a historical data lookup.
|
class |
LookupInstructionQueryPlanNode
Query plan for executing a set of lookup instructions and assembling an end result via
a set of assembly instructions.
|
class |
NestedIterationNode
Plan to perform a nested iteration over child nodes.
|
class |
QueryPlanNodeNoOp |
class |
TableLookupNode
Specifies exection of a table lookup using the supplied plan for performing the lookup.
|
class |
TableOuterLookupNode
Specifies exection of a table lookup with outer join using the a specified lookup plan.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanNode[] |
QueryPlan.getExecNodeSpecs()
Return execution node specs.
|
Modifier and Type | Method and Description |
---|---|
void |
NestedIterationNode.addChildNode(QueryPlanNode childNode)
Adds a child node.
|
static java.lang.String |
QueryPlanNode.print(QueryPlanNode[] planNodeSpecs)
Print in readable format the execution plan spec.
|
Constructor and Description |
---|
QueryPlan(QueryPlanIndex[] indexSpecs,
QueryPlanNode[] execNodeSpecs)
Ctor.
|