Package | Description |
---|---|
com.espertech.esper.common.internal.epl.join.queryplan | |
com.espertech.esper.common.internal.epl.join.queryplanbuild |
Modifier and Type | Class and Description |
---|---|
class |
HistoricalDataPlanNodeForge
Query plan for performing a historical data lookup.
|
class |
LookupInstructionQueryPlanNodeForge
Query plan for executing a set of lookup instructions and assembling an end result via
a set of assembly instructions.
|
class |
NestedIterationNodeForge
Plan to perform a nested iteration over child nodes.
|
class |
QueryPlanNodeForgeAllUnidirectionalOuter |
class |
QueryPlanNodeNoOpForge |
class |
TableLookupNodeForge
Specifies exection of a table lookup using the supplied plan for performing the lookup.
|
class |
TableOuterLookupNodeForge
Specifies exection of a table lookup with outer join using the a specified lookup plan.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanNodeForge[] |
QueryPlanForge.getExecNodeSpecs()
Return execution node specs.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<QueryPlanNodeForge> |
NestedIterationNodeForge.getChildNodes()
Returns list of child nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
NestedIterationNodeForge.addChildNode(QueryPlanNodeForge childNode)
Adds a child node.
|
static String |
QueryPlanNodeForge.print(QueryPlanNodeForge[] planNodeSpecs)
Print in readable format the execution plan spec.
|
Constructor and Description |
---|
QueryPlanForge(QueryPlanIndexForge[] indexSpecs,
QueryPlanNodeForge[] execNodeSpecs)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected static QueryPlanNodeForge |
NStreamQueryPlanBuilder.createStreamPlan(int lookupStream,
int[] bestChain,
QueryGraphForge queryGraph,
QueryPlanIndexForge[] indexSpecsPerStream,
EventType[] typesPerStream,
boolean[] isHistorical,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
TableMetaData[] tablesPerStream,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult)
Walks the chain of lookups and constructs lookup strategy and plan specification based
on the index specifications.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryPlanNodeForgeVisitor.visit(QueryPlanNodeForge node) |
Copyright © 2005–2018. All rights reserved.