建構子

ArrowDecimal32Scalar新建

自版本:19.0.0

宣告 [src]

GArrowDecimal32Scalar*
garrow_decimal32_scalar_new (
  GArrowDecimal32DataType* data_type,
  GArrowDecimal32* value
)

描述

無可用描述。

自版本 19.0.0 起可用

參數

data_type

類型: GArrowDecimal32DataType

用於此標量的 GArrowDecimal32DataType

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

類型: GArrowDecimal32

此標量的值。

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

傳回值

類型: GArrowDecimal32Scalar

一個新建立的 GArrowDecimal32Scalar

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