compare_value_with_literal

Function compare_value_with_literal 

Source
pub fn compare_value_with_literal(
    table_value: &DataValue,
    op: &str,
    literal: &str,
    case_insensitive: bool,
) -> bool
Expand description

Helper to evaluate a comparison for WHERE clauses Handles the special case of comparing a DataValue from the table with a literal value