方法

ArrowDecimal32to_string_scale

自版本 19.0.0 起

宣告 [src]

gchar*
garrow_decimal32_to_string_scale (
  GArrowDecimal32* decimal,
  gint32 scale
)

描述

無可用描述。

自版本 19.0.0 起可用

參數

scale

類型: gint32

此 decimal 的 scale。

回傳值

類型: gchar*

此 decimal 的字串表示法。

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

方法的呼叫者擁有資料的所有權,並負責釋放記憶體。
此值為 NUL 終止的 UTF-8 字串。