Skip to main content

create_arrow_schema

Function create_arrow_schema 

Source
pub fn create_arrow_schema(
    columns: &[String],
    rows: &[ProcessedRow],
) -> Result<Schema, SofError>