pub fn data_chunk_from_rows( rows: &[IndexMap<String, Value>], columns: Option<Vec<ColumnDefinition>>, ) -> Result<DataChunk>