fn create_random_map_array( field: &Field, size: usize, null_density: f32, true_density: f32, ) -> Result<ArrayRef>