Constructor

ArrowLargeStringScalarnew

Declaration [src]

GArrowLargeStringScalar*
garrow_large_string_scalar_new (
  GArrowBuffer* value
)

Description

No description available.
Available since:5.0.0

Parameters

value GArrowBuffer
 

The value of this scalar.

 The data is owned by the caller of the function.

Return value

Returns: GArrowLargeStringScalar
 

A newly created GArrowLargeStringScalar.

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