Constructor
ArrowDecimal64Scalarnew
since: 19.0.0
Declaration [src]
GArrowDecimal64Scalar*
garrow_decimal64_scalar_new (
  GArrowDecimal64DataType* data_type,
  GArrowDecimal64* value
)
Parameters
- data_type
- 
            Type: GArrowDecimal64DataTypeA GArrowDecimal64DataTypefor this scalar.The data is owned by the caller of the function. 
- value
- 
            Type: GArrowDecimal64The value of this scalar. The data is owned by the caller of the function. 
Return value
Type: GArrowDecimal64Scalar
A newly created GArrowDecimal64Scalar.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |