pub fn vectors_to_rows<'a>( columns: impl Iterator<Item = &'a VectorRef>, row_count: usize, ) -> Vec<Row>