Constructor

ArrowStructScalarnew

Declaration [src]

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

Description

No description available.
Available since:5.0.0

Parameters

data_type GArrowStructDataType
 

A GArrowStructDataType for this scalar.

 The data is owned by the caller of the function.
value A list of None
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowStructScalar
 

A newly created GArrowDecimal256Scalar.

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