pub fn compare_value_with_literal(
table_value: &DataValue,
op: &str,
literal: &str,
case_insensitive: bool,
) -> boolExpand description
Helper to evaluate a comparison for WHERE clauses Handles the special case of comparing a DataValue from the table with a literal value