Constructor

ArrowDecimal256ArrayBuildernew

Declaration [src]

GArrowDecimal256ArrayBuilder*
garrow_decimal256_array_builder_new (
  GArrowDecimal256DataType* data_type
)

Description

No description available.
Available since:3.0.0

Parameters

data_type GArrowDecimal256DataType
 

GArrowDecimal256DataType for the decimal.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal256ArrayBuilder
 

A newly created GArrowDecimal256ArrayBuilder.

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