Method
ArrowCSVReadOptionsadd_column_type
since: 0.12.0
Declaration [src]
void
garrow_csv_read_options_add_column_type (
GArrowCSVReadOptions* options,
const gchar* name,
GArrowDataType* data_type
)
Parameters
name
-
Type:
const gchar*
The name of the target column.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. data_type
-
Type:
GArrowDataType
The
GArrowDataType
for the column.The data is owned by the caller of the function.