ArrowCastOptions

描述

class Arrow.CastOptions : Arrow.FunctionOptions {
  parent_instance: GArrowFunctionOptions
}
没有可用的描述。

构造函数

garrow_cast_options_new
没有可用的描述。

since: 0.7.0

实例方法

继承自 GArrowFunctionOptions 的方法 (2)
garrow_function_options_equal
没有可用的描述。

since: 7.0.0

garrow_function_options_to_string
没有可用的描述。

since: 7.0.0

继承自 GObject 的方法 (43)

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

属性

Arrow.CastOptions:allow-decimal-truncate

是否允许截断十进制值。

since: 1.0.0

Arrow.CastOptions:allow-float-truncate

是否允许截断浮点数值。

since: 0.12.0

Arrow.CastOptions:allow-int-overflow

是否允许整数溢出。

since: 0.7.0

Arrow.CastOptions:allow-invalid-utf8

是否允许无效的 UTF-8 字符串值。

since: 0.13.0

Arrow.CastOptions:allow-time-overflow

是否允许时间溢出。

since: 1.0.0

Arrow.CastOptions:allow-time-truncate

是否允许截断时间值。

since: 0.8.0

Arrow.CastOptions:to-data-type

要转换到的 GArrowDataType

since: 1.0.0

信号

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

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

类结构

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