Package | Description |
---|---|
com.espertech.esper.epl.join.assemble |
Outer join result set assembly code
|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.join.rep |
Outer join result set handling
|
Modifier and Type | Method and Description |
---|---|
void |
RootRequiredAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
RootOptionalAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
RootCartProdAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
ResultAssembler.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent)
Publish a result row.
|
void |
LeafAssemblyNode.result(EventBean[] row,
int streamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
CartesianProdAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
BranchRequiredAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
void |
BranchOptionalAssemblyNode.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
Modifier and Type | Method and Description |
---|---|
void |
LookupInstructionExecNode.MyResultAssembler.result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent) |
Modifier and Type | Method and Description |
---|---|
Node |
Cursor.getNode()
Returns current result node the event belong to.
|
Node |
Node.getParent()
Returns the parent node, or null if this is a root node.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setParent(Node parent)
Sets the parent node.
|
Constructor and Description |
---|
Cursor(EventBean theEvent,
int stream,
Node node)
Ctor.
|
Constructor and Description |
---|
NodeCursorIterator(int stream,
Iterator<Node> nodeIterator)
Ctor.
|