fn build_boolean_array( line_number: usize, rows: &StringRecords<'_>, col_idx: usize, null_regex: &NullRegex, ) -> Result<ArrayRef, ArrowError>