Constructor

ArrowMapScalarnew

Declaration [src]

GArrowMapScalar*
garrow_map_scalar_new (
  GArrowStructArray* value
)

Description

No description available.
Available since:5.0.0

Parameters

value GArrowStructArray
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowMapScalar
 

A newly created GArrowMapScalar.

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