Method

ArrowCSVReadOptionsset_true_values

Declaration [src]

void
garrow_csv_read_options_set_true_values (
  GArrowCSVReadOptions* options,
  const gchar** true_values,
  gsize n_true_values
)

Description

No description available.
Available since:0.14.0

Parameters

true_values An array of gchar*
 

The values to be processed as true.

 The length of the array is specified in the n_true_values argument.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.
n_true_values gsize
 

The number of the specified true values.