Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static CastExpression |
Expressions.cast(Expression expression,
String typeName)
Cast function, casts the result on an expression to the desired type, or
returns null if the type cannot be casted to the type.
|
static CastExpression |
Expressions.cast(String propertyName,
String typeName)
Cast function, casts the result on an expression to the desired type, or
returns null if the type cannot be casted to the type.
|