Method
ArrowDecimal256rescale
Declaration [src]
GArrowDecimal256*
garrow_decimal256_rescale (
GArrowDecimal256* decimal,
gint32 original_scale,
gint32 new_scale,
GError** error
)
Parameters
original_scale |
gint32 |
A scale to be converted from. |
|
new_scale |
gint32 |
A scale to be converted to. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowDecimal256 |
The rescaled decimal or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |