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