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