pub fn combine_rows_with_nulls( row: &Row, row_count: usize, null_count: usize, row_is_left: bool, ) -> Vec<Value>
Combine a row with NULLs for the other side (used in OUTER JOINs).