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.plan |
Inner join and outer join query planning
|
Class and Description |
---|
BaseAssemblyNode
Represents a node in a tree responsible for assembling outer join query results.
|
BaseAssemblyNodeFactory
Represents the factory of a node in a tree responsible for assembling outer join query results.
|
ResultAssembler
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.
|
Class and Description |
---|
BaseAssemblyNodeFactory
Represents the factory of a node in a tree responsible for assembling outer join query results.
|
ResultAssembler
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.
|
Class and Description |
---|
BaseAssemblyNodeFactory
Represents the factory of a node in a tree responsible for assembling outer join query results.
|