Constructor
ArrowDecimal256new_string
Declaration [src]
GArrowDecimal256*
garrow_decimal256_new_string (
const gchar* data,
GError** error
)
Parameters
data |
const gchar* |
The data of the decimal. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowDecimal256 |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |