Module try_cast

Module try_cast 

Source

Structs§

TryCastExpr
TRY_CAST expression casts an expression to a specific data type and returns NULL on invalid cast

Functions§

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