Method

ArrowCSVReadOptionsadd_schema

Declaration [src]

void
garrow_csv_read_options_add_schema (
  GArrowCSVReadOptions* options,
  GArrowSchema* schema
)

Description [src]

Add value types for columns in the schema.

Available since:0.12.0

Parameters

schema GArrowSchema
 

The GArrowSchema that specifies columns and their types.

 The data is owned by the caller of the function.