方法

ArrowDecimal256to_string_scale

自 3.0.0 版本起

宣告 [原始碼]

gchar*
garrow_decimal256_to_string_scale (
  GArrowDecimal256* decimal,
  gint32 scale
)

描述

無可用描述。

自 3.0.0 版本起提供

參數

scale

類型: gint32

decimal 的縮放比例。

回傳值

類型: gchar*

decimal 的字串表示形式。

當不再需要時,應該使用 g_free() 釋放。

方法的呼叫者取得資料的所有權,並負責釋放它。
值為 NUL 終止的 UTF-8 字串。