Method

ArrowCSVReadOptionsadd_null_value

Declaration [src]

void
garrow_csv_read_options_add_null_value (
  GArrowCSVReadOptions* options,
  const gchar* null_value
)

Description

No description available.
Available since:0.14.0

Parameters

null_value const gchar*
 

The value to be processed as null.

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