Method
ArrowDecimal32to_bytes
since: 19.0.0
Declaration [src]
GBytes*
garrow_decimal32_to_bytes (
GArrowDecimal32* 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. |