类
ArrowCSVReadOptions
属性
Arrow.CSVReadOptions:allow-null-strings
字符串/二进制列是否可以具有空值。 如果为 TRUE
,则 “null_values” 中的字符串被认为是字符串列的空值。 如果为 FALSE
,则所有字符串都是有效的字符串值。
since: 0.14.0
Arrow.CSVReadOptions:block-size
我们从 IO 层请求的块大小; 也决定了当 GArrowCSVReadOptions:use-threads
为 TRUE
时的块大小。
since: 0.12.0
Arrow.CSVReadOptions:escape-character
转义字符。 只有当 GArrowCSVReadOptions:is-escaped
为 TRUE
时才使用。
since: 0.12.0
Arrow.CSVReadOptions:quote-character
引用字符。 只有当 GArrowCSVReadOptions:is-quoted
为 TRUE
时才使用。
since: 0.12.0