方法

ArrowDecimal128to_string_scale

自:0.10.0 起可用

声明 [src]

gchar*
garrow_decimal128_to_string_scale (
  GArrowDecimal128* decimal,
  gint32 scale
)

描述

暂无描述。

自:0.10.0 起可用

参数

scale

类型: gint32

小数的精度。

返回值

类型: gchar*

小数的字符串表示形式。

当不再需要时,应使用 g_free() 释放它。

方法的调用者拥有数据的所有权,并负责释放它。
该值是一个以 NUL 结尾的 UTF-8 字符串。