ArrowLargeStringArray

描述

class Arrow.LargeStringArray : Arrow.LargeBinaryArray {
  parent_instance: GArrowLargeBinaryArray
}
暂无描述。

构造函数

garrow_large_string_array_new
暂无描述。

since: 0.16.0

实例方法

garrow_large_string_array_get_string
暂无描述。

since: 0.16.0

GArrowLargeBinaryArray 继承的方法 (4)
garrow_large_binary_array_get_buffer
暂无描述。

已弃用:1.0.0 since: 0.16.0

garrow_large_binary_array_get_data_buffer
暂无描述。

since: 1.0.0

garrow_large_binary_array_get_offsets_buffer
暂无描述。

since: 0.16.0

garrow_large_binary_array_get_value
暂无描述。

since: 0.16.0

GArrowArray 继承的方法 (34)

请查看 GArrowArray 获取完整的方法列表。

GObject 继承的方法 (43)

请查看 GObject 获取完整的方法列表。

属性

GArrowArray 继承的属性 (6)
Arrow.Array:array
暂无描述。

Arrow.Array:buffer1
暂无描述。

Arrow.Array:buffer2
暂无描述。

Arrow.Array:null-bitmap
暂无描述。

Arrow.Array:parent
暂无描述。

Arrow.Array:value-data-type
暂无描述。

信号

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

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

类结构

struct ArrowLargeStringArrayClass {
  GArrowLargeBinaryArrayClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowLargeBinaryArrayClass
暂无描述。