Constructor

ArrowDecimal128ArrayBuildernew

Declaration [src]

GArrowDecimal128ArrayBuilder*
garrow_decimal128_array_builder_new (
  GArrowDecimal128DataType* data_type
)

Description

No description available.
Available since:0.10.0

Parameters

data_type GArrowDecimal128DataType
 

GArrowDecimal128DataType for the decimal.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal128ArrayBuilder
 

A newly created GArrowDecimal128ArrayBuilder.

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