Uses of Class
net.esper.client.soda.CastExpression

Packages that use CastExpression
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of CastExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return CastExpression
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.