Method
ArrowCSVReadOptionsset_null_values
Declaration [src]
void
garrow_csv_read_options_set_null_values (
GArrowCSVReadOptions* options,
const gchar** null_values,
gsize n_null_values
)
Parameters
null_values |
An array of gchar* |
The values to be processed as null. |
|
The length of the array is specified in the n_null_values argument. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
n_null_values |
gsize |
The number of the specified null values. |