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