Skip to main content

cast_value

Function cast_value 

Source
pub fn cast_value(
    v: Value<'static>,
    target: CastTarget,
) -> Result<Value<'static>, EvalError>
Expand description

PG-style expr::TYPE coercion. NULL always casts as NULL.