Constructor

ArrowDecimal256Scalarnew

Declaration [src]

GArrowDecimal256Scalar*
garrow_decimal256_scalar_new (
  GArrowDecimal256DataType* data_type,
  GArrowDecimal256* value
)

Description

No description available.
Available since:5.0.0

Parameters

data_type GArrowDecimal256DataType
 

A GArrowDecimal256DataType for this scalar.

 The data is owned by the caller of the function.
value GArrowDecimal256
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal256Scalar
 

A newly created GArrowDecimal256Scalar.

 The caller of the function takes ownership of the data, and is responsible for freeing it.