Method
ArrowCSVReadOptionsget_null_values
[β]
Declaration [src]
gchar**
garrow_csv_read_options_get_null_values (
GArrowCSVReadOptions* options
)
[β]
Return value
Returns: | An array of utf8 |
The values to be processed as null. If the number of values is zero, this returns Itβs a |
|
The array is NULL -terminated. | |
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . | |
Each element is a NUL terminated UTF-8 string. |