Module cast

Module cast 

Source

Structs§

CastExpr
CAST expression casts an expression to a specific data type and returns a runtime error on invalid cast

Constants§

DEFAULT_CAST_OPTIONS 🔒
DEFAULT_SAFE_CAST_OPTIONS 🔒

Functions§

cast
Return a PhysicalExpression representing expr casted to cast_type, if any casting is needed.
cast_with_options
Return a PhysicalExpression representing expr casted to cast_type, if any casting is needed.