Constructor
ArrowDecimal64Scalarnew
since: 19.0.0
Declaration [src]
GArrowDecimal64Scalar*
garrow_decimal64_scalar_new (
GArrowDecimal64DataType* data_type,
GArrowDecimal64* value
)
Parameters
data_type
-
Type:
GArrowDecimal64DataType
A
GArrowDecimal64DataType
for this scalar.The data is owned by the caller of the function. value
-
Type:
GArrowDecimal64
The 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. |