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