Method
ArrowCSVReadOptionsadd_schema
since: 0.12.0
Declaration [src]
void
garrow_csv_read_options_add_schema (
  GArrowCSVReadOptions* options,
  GArrowSchema* schema
)
Parameters
- schema
- 
            Type: GArrowSchemaThe GArrowSchemathat specifies columns and their types.The data is owned by the caller of the function.