Constructor

ArrowDecimal128new_string

Declaration [src]

GArrowDecimal128*
garrow_decimal128_new_string (
  const gchar* data,
  GError** error
)

Description

No description available.
Available since:0.10.0

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: GArrowDecimal128
 

A newly created GArrowDecimal128 on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.