Constructor

ArrowDecimal128Scalarnew

since: 5.0.0

Declaration [src]

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

Description

No description available.

Available since: 5.0.0

Parameters

data_type

Type: GArrowDecimal128DataType

A GArrowDecimal128DataType for this scalar.

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

Type: GArrowDecimal128

The value of this scalar.

The data is owned by the caller of the function.

Return value

Type: GArrowDecimal128Scalar

A newly created GArrowDecimal128Scalar.

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