Constructor

ArrowStructScalarnew

since: 5.0.0

Declaration [src]

GArrowStructScalar*
garrow_struct_scalar_new (
  GArrowStructDataType* data_type,
  GList* value
)

Description

No description available.

Available since: 5.0.0

Parameters

data_type

Type: GArrowStructDataType

A GArrowStructDataType for this scalar.

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

Type: A list of None

The value of this scalar.

The data is owned by the caller of the function.

Return value

Type: GArrowStructScalar

A newly created GArrowDecimal256Scalar.

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