[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.

Namespace: net.esper.eql.join.assemble
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class BaseAssemblyNode _
	Implements ResultAssembler
C#
public abstract class BaseAssemblyNode : ResultAssembler
Visual C++
public ref class BaseAssemblyNode abstract : ResultAssembler

Inheritance Hierarchy