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