Uses of Class
com.espertech.esper.common.client.soda.CastExpression
Packages that use CastExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of CastExpression in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return CastExpressionModifier and TypeMethodDescriptionstatic 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
Cast function, casts the result on an expression to the desired type, or returns null if the type cannot be casted to the type.