Constructor

ArrowDecimal128Scalarnew

Declaration [src]

GArrowDecimal128Scalar*
garrow_decimal128_scalar_new (
  GArrowDecimal128DataType* data_type,
  GArrowDecimal128* value
)

Description

No description available.
Available since:5.0.0

Parameters

data_type GArrowDecimal128DataType
 

A GArrowDecimal128DataType for this scalar.

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

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal128Scalar
 

A newly created GArrowDecimal128Scalar.

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