Method
ArrowDecimal64to_bytes
since: 19.0.0
Declaration [src]
GBytes*
garrow_decimal64_to_bytes (
GArrowDecimal64* decimal
)
Return value
Type: GBytes
The binary representation of the decimal.
The caller of the method takes ownership of the data, and is responsible for freeing it. |