Constructor

ArrowDecimal32Scalarnew

since: 19.0.0

Declaration [src]

GArrowDecimal32Scalar*
garrow_decimal32_scalar_new (
  GArrowDecimal32DataType* data_type,
  GArrowDecimal32* value
)

Description

No description available.

Available since: 19.0.0

Parameters

data_type

Type: GArrowDecimal32DataType

A GArrowDecimal32DataType for this scalar.

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

Type: GArrowDecimal32

The value of this scalar.

The data is owned by the caller of the function.

Return value

Type: GArrowDecimal32Scalar

A newly created GArrowDecimal32Scalar.

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