Constructor

ArrowDecimal256new_string

Declaration [src]

GArrowDecimal256*
garrow_decimal256_new_string (
  const gchar* data,
  GError** error
)

Description

No description available.
Available since:3.0.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: GArrowDecimal256
 

A newly created GArrowDecimal256 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.