Method
ArrowCSVReadOptionsadd_column_type
Declaration [src]
void
garrow_csv_read_options_add_column_type (
GArrowCSVReadOptions* options,
const gchar* name,
GArrowDataType* data_type
)
Parameters
name |
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 |
GArrowDataType |
The |
|
The data is owned by the caller of the function. |