Method

ArrowCSVReadOptionsadd_schema

since: 0.12.0

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

Type: GArrowSchema

The GArrowSchema that specifies columns and their types.

The data is owned by the caller of the function.