Skip to main content

extract_cast_input

Function extract_cast_input 

Source
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.