Package | Description |
---|---|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredNodeImpl
Expression instance as declared elsewhere.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExprIdentNode
Represents an stream property identifier in a filter expressiun tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprIdentNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
class |
ExprPlugInSingleRowNode
Represents an invocation of a plug-in single-row function in the expression tree.
|