Package com.espertech.esper.common.internal.epl.join.assemble
package com.espertech.esper.common.internal.epl.join.assemble
Outer join result set assembly code
-
ClassDescriptionBuilds a tree of assembly nodes given a strategy for how to join streams.Represents a node in a tree responsible for assembling outer join query results.Represents the factory of a node in a tree responsible for assembling outer join query results.Assembly node for an event stream that is a branch with a single optional child node below it.Assembly factory node for an event stream that is a branch with a single optional child node below it.Assembly node for an event stream that is a branch with a single required child node below it.Assembly node factory for an event stream that is a branch with a single required child node below it.Assembly node for an event stream that is a branch with a two or more child nodes (required and optional) below it.Structure to represent a list of event result rows per stream.Assembly node for an event stream that is a branch with a two or more child nodes (required and optional) below it.Helper class to compute the cartesian product of the events from two streams.Assembly node for an event stream that is a leaf with a no child nodes below it.Assembly node factory for an event stream that is a leaf with a no child nodes below it.Interface for indicating a result in the form of a single row of multiple events, which could represent either a full result over all streams or a partial result over a subset of streams.Assembly node for an event stream that is a root with a two or more child nodes below it.Assembly factory node for an event stream that is a root with a two or more child nodes below it.Assembly node for an event stream that is a root with a one optional child node below it.Assembly factory node for an event stream that is a root with a one optional child node below it.Assembly node for an event stream that is a root with a one required child node below it.Assembly node factory for an event stream that is a root with a one required child node below it.