ArrowRecordBatchFileReader

描述

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

祖先

构造函数

garrow_record_batch_file_reader_new
没有可用的描述。

since: 0.4.0

实例方法

garrow_record_batch_file_reader_get_n_record_batches
没有可用的描述。

since: 0.4.0

garrow_record_batch_file_reader_get_record_batch
没有可用的描述。

已弃用: 0.5.0 since: 0.4.0

garrow_record_batch_file_reader_get_schema
没有可用的描述。

since: 0.4.0

garrow_record_batch_file_reader_get_version
没有可用的描述。

since: 0.4.0

garrow_record_batch_file_reader_read_record_batch
没有可用的描述。

since: 0.5.0

GObject 继承的方法 (43)

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

信号

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

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

类结构

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