方法

ArrowCSVReadOptionsadd_null_value

自:0.14.0 起可用

声明 [源代码]

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

描述

暂无描述。

可用版本:自 0.14.0 起

参数

null_value

类型: const gchar*

将被处理为空值的值。

数据由函数调用者拥有。
该值是一个以 NUL 结尾的 UTF-8 字符串。