Function create_column

Source
fn create_column(
    column_schema: &ColumnSchema,
    quote_style: char,
) -> Result<Column>