Method

ArrowCSVReadOptionsadd_false_value

Declaration [src]

void
garrow_csv_read_options_add_false_value (
  GArrowCSVReadOptions* options,
  const gchar* false_value
)

Description

No description available.
Available since:0.14.0

Parameters

false_value const gchar*
 

The value to be processed as false.

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