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