[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a node in a tree responsible for assembling outer join query results.
The tree is double-linked, child nodes know each parent and parent know all child nodes.
Each specific subclass of this abstract assembly node is dedicated to assembling results for
a certain event stream.
The following tables list the members exposed by the BaseAssemblyNode type.
Protected Fields
Name | Description | |
---|---|---|
![]() | childNodes | Child nodes. |
![]() | parentNode | Parent node. |
![]() | streamNum | Stream number. |