Constructor
ArrowDecimal128new_integer
since: 0.10.0
Declaration [src]
GArrowDecimal128*
garrow_decimal128_new_integer (
const gint64 data
)
Return value
Type: GArrowDecimal128
A newly created GArrowDecimal128
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |