Package | Description |
---|---|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Class and Description |
---|
ExprCaseNode
Represents the case-when-then-else control flow function is an expression tree.
|
ExprCastNode
Represents the CAST(expression, type) function is an expression tree.
|
ExprCoalesceNode
Represents the COALESCE(a,b,...) function is an expression tree.
|
ExprInstanceofNode
Represents the INSTANCEOF(a,b,...) function is an expression tree.
|
ExprIStreamNode
Represents the RSTREAM() function in an expression tree.
|
ExprMinMaxRowNode
Represents the MAX(a,b) and MIN(a,b) functions is an expression tree.
|
ExprPropertyExistsNode
Represents the EXISTS(property) function in an expression tree.
|