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