Constructor

ArrowDecimal128ArrayBuildernew

since: 0.10.0

[]

Declaration [src]

GArrowDecimal128ArrayBuilder*
garrow_decimal128_array_builder_new (
  GArrowDecimal128DataType* data_type
)
[]

Description

No description available.

Available since: 0.10.0

[]

Parameters

data_type

Type: GArrowDecimal128DataType

GArrowDecimal128DataType for the decimal.

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

Return value

Type: GArrowDecimal128ArrayBuilder

A newly created GArrowDecimal128ArrayBuilder.

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