Constructor

ArrowDecimal128DataTypenew

Declaration [src]

GArrowDecimal128DataType*
garrow_decimal128_data_type_new (
  gint32 precision,
  gint32 scale,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

precision gint32
 

The precision of decimal data.

scale gint32
 

The scale of decimal data.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowDecimal128DataType
 

The newly created 128-bit decimal data type 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.