Constructor

ArrowScalarDatumnew

[]

Declaration [src]

GArrowScalarDatum*
garrow_scalar_datum_new (
  GArrowScalar* value
)
[]

Description

No description available.
Available since:5.0.0
[]

Parameters

value GArrowScalar
 

A GArrowScalar.

 The data is owned by the caller of the function.
[]

Return value

Returns: GArrowScalarDatum
 

A newly created GArrowScalarDatum.

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