Method

ArrowCSVReadOptionsadd_true_value

Declaration [src]

void
garrow_csv_read_options_add_true_value (
  GArrowCSVReadOptions* options,
  const gchar* true_value
)

Description

No description available.
Available since:0.14.0

Parameters

true_value const gchar*
 

The value to be processed as true.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.