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