Skip to main content

data_chunk_from_rows

Function data_chunk_from_rows 

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