ArrowCSVReadOptions

描述

class Arrow.CSVReadOptions : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_csv_read_options_new
暂无描述。

自:0.12.0

实例方法

garrow_csv_read_options_add_column_type

添加列的值类型。

自:0.12.0

garrow_csv_read_options_add_false_value
暂无描述。

自:0.14.0

garrow_csv_read_options_add_null_value
暂无描述。

自:0.14.0

garrow_csv_read_options_add_schema

为 schema 中的列添加值类型。

自:0.12.0

garrow_csv_read_options_add_timestamp_parser
暂无描述。

自:16.0.0

garrow_csv_read_options_add_true_value
暂无描述。

自:0.14.0

garrow_csv_read_options_get_column_names
暂无描述。

自:0.15.0

garrow_csv_read_options_get_column_types
暂无描述。

自:0.12.0

garrow_csv_read_options_get_false_values
暂无描述。

自:0.14.0

garrow_csv_read_options_get_null_values
暂无描述。

自:0.14.0

garrow_csv_read_options_get_timestamp_parsers
暂无描述。

自:16.0.0

garrow_csv_read_options_get_true_values
暂无描述。

自:0.14.0

garrow_csv_read_options_set_column_names
暂无描述。

自:0.15.0

garrow_csv_read_options_set_false_values
暂无描述。

自:0.14.0

garrow_csv_read_options_set_null_values
暂无描述。

自:0.14.0

garrow_csv_read_options_set_timestamp_parsers
暂无描述。

自:16.0.0

garrow_csv_read_options_set_true_values
暂无描述。

自:0.14.0

继承自 GObject 的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.CSVReadOptions:allow-newlines-in-values

值是否允许包含 CR (0x0d) 和 LF (0x0a) 字符。

自:0.12.0

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:check-utf8

是否检查字符串列的 UTF8 有效性。

自:0.12.0

Arrow.CSVReadOptions:delimiter

字段分隔符。

自:0.12.0

Arrow.CSVReadOptions:escape-character

转义字符。 仅当 `GArrowCSVReadOptions:is-escaped` 为 `TRUE` 时才使用此选项。

自:0.12.0

Arrow.CSVReadOptions:ignore-empty-lines

是否忽略空行。 如果为 `FALSE`,则空行表示一个简单的空值(假设是一个单列 CSV 文件)。

自:0.12.0

Arrow.CSVReadOptions:is-double-quoted

值内的引号是否为双引号。

自:0.12.0

Arrow.CSVReadOptions:is-escaped

是否使用转义。

自:0.12.0

Arrow.CSVReadOptions:is-quoted

是否使用引号。

自:0.12.0

Arrow.CSVReadOptions:n-skip-rows

要跳过的标题行数(不包括列名称行,如果有)。

自:0.15.0

Arrow.CSVReadOptions:quote-character

引号字符。 仅当 `GArrowCSVReadOptions:is-quoted` 为 `TRUE` 时才使用此选项。

自:0.12.0

Arrow.CSVReadOptions:use-threads

是否使用全局 CPU 线程池。

自:0.12.0

信号

继承自 GObject 的信号 (1)
GObject::notify

当对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

struct ArrowCSVReadOptionsClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass
暂无描述。