|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecNode | |
---|---|
com.espertech.esper.epl.join | Join process interfaces and glue code |
com.espertech.esper.epl.join.exec | Inner join execution |
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
Uses of ExecNode in com.espertech.esper.epl.join |
---|
Methods in com.espertech.esper.epl.join that return ExecNode | |
---|---|
protected ExecNode |
ExecNodeQueryStrategy.getExecNode()
Returns execution node. |
Constructors in com.espertech.esper.epl.join with parameters of type ExecNode | |
---|---|
ExecNodeQueryStrategy(int forStream,
int numStreams,
ExecNode execNode)
CTor. |
Uses of ExecNode in com.espertech.esper.epl.join.exec |
---|
Subclasses of ExecNode in com.espertech.esper.epl.join.exec | |
---|---|
class |
LookupInstructionExecNode
Execution for a set of lookup instructions and for a set of result assemble instructions to perform joins and construct a complex result. |
class |
NestedIterationExecNode
Execution node that performs a nested iteration over all child nodes. |
class |
TableLookupExecNode
Execution node for lookup in a table. |
class |
TableOuterLookupExecNode
Execution node for lookup in a table for outer joins. |
Methods in com.espertech.esper.epl.join.exec with parameters of type ExecNode | |
---|---|
void |
NestedIterationExecNode.addChildNode(ExecNode childNode)
Add a child node. |
static String |
ExecNode.print(ExecNode execNode)
Print in readable format the execution strategy. |
Uses of ExecNode in com.espertech.esper.epl.join.plan |
---|
Methods in com.espertech.esper.epl.join.plan that return ExecNode | |
---|---|
ExecNode |
TableOuterLookupNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
ExecNode |
TableLookupNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
abstract ExecNode |
QueryPlanNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
Make execution node from this specification. |
ExecNode |
NestedIterationNode.makeExec(EventTable[][] indexPerStream,
EventType[] streamTypes)
|
ExecNode |
LookupInstructionQueryPlanNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |