Structs§
- TryCast
Expr - TRY_CAST expression casts an expression to a specific data type and returns NULL on invalid cast
Functions§
- try_
cast - Return a PhysicalExpression representing
exprcasted tocast_type, if any casting is needed.
expr casted to
cast_type, if any casting is needed.