Constructor

ArrowListScalarnew

Declaration [src]

GArrowListScalar*
garrow_list_scalar_new (
  GArrowListArray* value
)

Description

No description available.
Available since:5.0.0

Parameters

value GArrowListArray
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowListScalar
 

A newly created GArrowListScalar.

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