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