Uses of Class
com.espertech.esper.common.internal.epl.join.strategy.ExecNode
Package
Description
-
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.base
Modifier and TypeClassDescriptionclass
class
class
Execution node for executing a join or outer join against a historical data source, using an lookup strategy for looking up into cached indexes, and an indexing strategy for indexing poll results for future lookups.class
Execution node that performs a nested iteration over all child nodes.class
Execution node for lookup in a table.class
Execution node for lookup in a table.class
Execution node for lookup in a table for outer joins.class
Modifier and TypeMethodDescriptionvoid
NestedIterationExecNode.addChildNode
(ExecNode childNode) Add a child node. -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.outer
Modifier and TypeClassDescriptionclass
Execution for a set of lookup instructions and for a set of result assemble instructions to perform joins and construct a complex result. -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionHistoricalDataPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) LookupInstructionQueryPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) NestedIterationNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) abstract ExecNode
QueryPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) QueryPlanNodeAllUnidirectionalOuter.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) QueryPlanNodeNoOp.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) TableLookupNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) TableOuterLookupNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.strategy
Modifier and TypeMethodDescriptionprotected ExecNode
ExecNodeQueryStrategy.getExecNode()
Returns execution node.ModifierConstructorDescriptionExecNodeQueryStrategy
(int forStream, int numStreams, ExecNode execNode) CTor.