ArrowChunkedArray

描述

class Arrow.ChunkedArray : GObject.Object {
  parent_instance: GObject
}
无可用描述。

祖先

构造函数

garrow_chunked_array_new
无可用描述。

garrow_chunked_array_new_empty
无可用描述。

since: 11.0.0

实例方法

garrow_chunked_array_combine
无可用描述。

since: 4.0.0

garrow_chunked_array_equal
无可用描述。

since: 0.4.0

garrow_chunked_array_filter
无可用描述。

since: 0.15.0

garrow_chunked_array_filter_chunked_array
无可用描述。

since: 0.15.0

garrow_chunked_array_get_chunk
无可用描述。

garrow_chunked_array_get_chunks
无可用描述。

garrow_chunked_array_get_length
无可用描述。

已弃用: 0.15.0 

garrow_chunked_array_get_n_rows
无可用描述。

since: 0.15.0

garrow_chunked_array_get_value_data_type
无可用描述。

since: 0.9.0

garrow_chunked_array_get_value_type
无可用描述。

since: 0.9.0

garrow_chunked_array_slice
无可用描述。

garrow_chunked_array_sort_indices
无可用描述。

since: 3.0.0

garrow_chunked_array_take
无可用描述。

since: 0.16.0

garrow_chunked_array_take_chunked_array
无可用描述。

since: 0.16.0

garrow_chunked_array_to_string
无可用描述。

since: 0.11.0

继承自 GObject 的方法 (43)

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

属性

Arrow.ChunkedArray:data-type
无可用描述。

信号

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

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

类结构

struct ArrowChunkedArrayClass {
  GObjectClass parent_class;
  
}
无可用描述。
类成员
parent_class: GObjectClass
无可用描述。