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