Constructor
ArrowDecimal128ArrayBuildernew
Declaration [src]
GArrowDecimal128ArrayBuilder*
garrow_decimal128_array_builder_new (
GArrowDecimal128DataType* data_type
)
Parameters
data_type |
GArrowDecimal128DataType |
|
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowDecimal128ArrayBuilder |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |