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
)

Description

No description available.

Available since: 0.14.0

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_values argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
n_false_values

Type: gsize

The number of the specified false values.