pub fn evaluate_conditions( conditions: &[FilterCondition], schema: &Schema, headers: &[String], raw_row: &[String], typed_row: &[Option<Value>], ) -> Result<bool>