Uses of Interface
com.espertech.esper.common.internal.epl.join.assemble.ResultAssembler
Package
Description
Outer join result set assembly code
-
Uses of ResultAssembler in com.espertech.esper.common.internal.epl.join.assemble
Modifier and TypeClassDescriptionclass
Represents a node in a tree responsible for assembling outer join query results.class
Assembly node for an event stream that is a branch with a single optional child node below it.class
Assembly node for an event stream that is a branch with a single required child node below it.class
Assembly node for an event stream that is a branch with a two or more child nodes (required and optional) below it.class
Assembly node for an event stream that is a leaf with a no child nodes below it.class
Assembly node for an event stream that is a root with a two or more child nodes below it.class
Assembly node for an event stream that is a root with a one optional child node below it.class
Assembly node for an event stream that is a root with a one required child node below it.Modifier and TypeFieldDescriptionprotected ResultAssembler
BaseAssemblyNode.parentNode
Parent node.Modifier and TypeMethodDescriptionvoid
BaseAssemblyNode.setParentAssembler
(ResultAssembler resultAssembler) Set parent node. -
Uses of ResultAssembler in com.espertech.esper.common.internal.epl.join.exec.outer
Modifier and TypeClassDescriptionstatic class
Receives result rows posted by result set assembly nodes.