evaluate_where_expr_with_options

Function evaluate_where_expr_with_options 

Source
pub fn evaluate_where_expr_with_options(
    expr: &WhereExpr,
    row: &Value,
    case_insensitive: bool,
) -> Result<bool>