Package | Description |
---|---|
com.espertech.esper.common.internal.epl.join.queryplan |
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 |
QueryPlanNodeAllUnidirectionalOuter |
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.
|
Constructor and Description |
---|
NestedIterationNode(QueryPlanNode[] childNodes,
int[] nestingOrder) |
QueryPlan(QueryPlanIndex[] indexSpecs,
QueryPlanNode[] execNodeSpecs)
Ctor.
|
Copyright © 2005–2018. All rights reserved.