類別

ArrowCastOptions

描述

class Arrow.CastOptions : Arrow.FunctionOptions {
  parent_instance: GArrowFunctionOptions
}
無可用描述。

建構子

garrow_cast_options_new
無可用描述。

於 0.7.0 版本後加入

實例方法

繼承自 GArrowFunctionOptions 的方法 (2)
garrow_function_options_equal
無可用描述。

於 7.0.0 版本後加入

garrow_function_options_to_string
無可用描述。

於 7.0.0 版本後加入

繼承自 GObject 的方法 (43)

完整方法列表請參閱 GObject

屬性

Arrow.CastOptions:allow-decimal-truncate

是否允許捨去小數位數值。

於 1.0.0 版本後加入

Arrow.CastOptions:allow-float-truncate

是否允許捨去浮點數值。

於 0.12.0 版本後加入

Arrow.CastOptions:allow-int-overflow

是否允許整數溢位。

於 0.7.0 版本後加入

Arrow.CastOptions:allow-invalid-utf8

是否允許無效的 UTF-8 字串值。

於 0.13.0 版本後加入

Arrow.CastOptions:allow-time-overflow

是否允許時間溢位。

於 1.0.0 版本後加入

Arrow.CastOptions:allow-time-truncate

是否允許捨去時間值。

於 0.8.0 版本後加入

Arrow.CastOptions:to-data-type

轉換成的 GArrowDataType

於 1.0.0 版本後加入

信號

繼承自 GObject 的信號 (1)
GObject::notify

當物件的其中一個屬性值透過 g_object_set_property()、g_object_set() 等函式設定時,會發射 notify 信號。

類別結構

struct ArrowCastOptionsClass {
  GArrowFunctionOptionsClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GArrowFunctionOptionsClass
無可用描述。