Constructor

ArrowLargeListScalarnew

Declaration [src]

GArrowLargeListScalar*
garrow_large_list_scalar_new (
  GArrowLargeListArray* value
)

Description

No description available.
Available since:5.0.0

Parameters

value GArrowLargeListArray
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowLargeListScalar
 

A newly created GArrowLargeListScalar.

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