ArrowCSVReadOptions

描述

class Arrow.CSVReadOptions : GObject.Object {
  parent_instance: GObject
}
没有可用描述。

祖先

构造函数

garrow_csv_read_options_new
没有可用描述。

since: 0.12.0

实例方法

garrow_csv_read_options_add_column_type

添加列的值类型。

since: 0.12.0

garrow_csv_read_options_add_false_value
没有可用描述。

since: 0.14.0

garrow_csv_read_options_add_null_value
没有可用描述。

since: 0.14.0

garrow_csv_read_options_add_schema

为 schema 中的列添加值类型。

since: 0.12.0

garrow_csv_read_options_add_timestamp_parser
没有可用描述。

since: 16.0.0

garrow_csv_read_options_add_true_value
没有可用描述。

since: 0.14.0

garrow_csv_read_options_get_column_names
没有可用描述。

since: 0.15.0

garrow_csv_read_options_get_column_types
没有可用描述。

since: 0.12.0

garrow_csv_read_options_get_false_values
没有可用描述。

since: 0.14.0

garrow_csv_read_options_get_null_values
没有可用描述。

since: 0.14.0

garrow_csv_read_options_get_timestamp_parsers
没有可用描述。

since: 16.0.0

garrow_csv_read_options_get_true_values
没有可用描述。

since: 0.14.0

garrow_csv_read_options_set_column_names
没有可用描述。

since: 0.15.0

garrow_csv_read_options_set_false_values
没有可用描述。

since: 0.14.0

garrow_csv_read_options_set_null_values
没有可用描述。

since: 0.14.0

garrow_csv_read_options_set_timestamp_parsers
没有可用描述。

since: 16.0.0

garrow_csv_read_options_set_true_values
没有可用描述。

since: 0.14.0

GObject 继承的方法 (43)

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

属性

Arrow.CSVReadOptions:allow-newlines-in-values

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

since: 0.12.0

Arrow.CSVReadOptions:allow-null-strings

字符串/二进制列是否可以具有空值。 如果为 TRUE,则 “null_values” 中的字符串被认为是字符串列的空值。 如果为 FALSE,则所有字符串都是有效的字符串值。

since: 0.14.0

Arrow.CSVReadOptions:block-size

我们从 IO 层请求的块大小; 也决定了当 GArrowCSVReadOptions:use-threadsTRUE 时的块大小。

since: 0.12.0

Arrow.CSVReadOptions:check-utf8

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

since: 0.12.0

Arrow.CSVReadOptions:delimiter

字段分隔符。

since: 0.12.0

Arrow.CSVReadOptions:escape-character

转义字符。 只有当 GArrowCSVReadOptions:is-escapedTRUE 时才使用。

since: 0.12.0

Arrow.CSVReadOptions:ignore-empty-lines

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

since: 0.12.0

Arrow.CSVReadOptions:is-double-quoted

是否对值中的引号进行双重引用。

since: 0.12.0

Arrow.CSVReadOptions:is-escaped

是否使用转义。

since: 0.12.0

Arrow.CSVReadOptions:is-quoted

是否使用引用。

since: 0.12.0

Arrow.CSVReadOptions:n-skip-rows

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

since: 0.15.0

Arrow.CSVReadOptions:quote-character

引用字符。 只有当 GArrowCSVReadOptions:is-quotedTRUE 时才使用。

since: 0.12.0

Arrow.CSVReadOptions:use-threads

是否使用全局 CPU 线程池。

since: 0.12.0

信号

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

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

类结构

struct ArrowCSVReadOptionsClass {
  GObjectClass parent_class;
  
}
没有可用描述。
类成员
parent_class: GObjectClass
没有可用描述。