建構子

ArrowDecimal128Scalarnew

始於:5.0.0

宣告 [src]

GArrowDecimal128Scalar*
garrow_decimal128_scalar_new (
  GArrowDecimal128DataType* data_type,
  GArrowDecimal128* value
)

描述

無可用描述。

自 5.0.0 版本開始提供

參數

data_type

類型: GArrowDecimal128DataType

此純量的 GArrowDecimal128DataType

資料的所有權屬於函式的呼叫者。
value

類型: GArrowDecimal128

此純量的數值。

資料的所有權屬於函式的呼叫者。

回傳值

類型: GArrowDecimal128Scalar

新建立的 GArrowDecimal128Scalar

函式的呼叫者取得資料的所有權,並負責釋放它。