Constructor
ArrowDecimal32Scalarnew
since: 19.0.0
Declaration [src]
GArrowDecimal32Scalar*
garrow_decimal32_scalar_new (
  GArrowDecimal32DataType* data_type,
  GArrowDecimal32* value
)
Parameters
- data_type
- 
            Type: GArrowDecimal32DataTypeA GArrowDecimal32DataTypefor this scalar.The data is owned by the caller of the function. 
- value
- 
            Type: GArrowDecimal32The value of this scalar. The data is owned by the caller of the function. 
Return value
Type: GArrowDecimal32Scalar
A newly created GArrowDecimal32Scalar.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |