fn extract_cast_input(expr: &Expr) -> Option<(CastInputKind, &Expr, &DataType)>Expand description
Returns the input expression and target type for CAST and TRY_CAST expressions.
fn extract_cast_input(expr: &Expr) -> Option<(CastInputKind, &Expr, &DataType)>Returns the input expression and target type for CAST and TRY_CAST expressions.