pub fn no_safe_cast_sql(expr: Expression) -> Result<Expression>Expand description
Convert SafeCast to Cast.
For dialects that don’t support SAFE_CAST (BigQuery’s safe cast syntax), this converts SAFE_CAST to regular CAST.
pub fn no_safe_cast_sql(expr: Expression) -> Result<Expression>Convert SafeCast to Cast.
For dialects that don’t support SAFE_CAST (BigQuery’s safe cast syntax), this converts SAFE_CAST to regular CAST.