Constructor
ArrowInt8DataTypenew
Declaration [src]
GArrowInt8DataType*
garrow_int8_data_type_new (
void
)
Return value
Type: GArrowInt8DataType
The newly created 8-bit integer data type.
The caller of the function takes ownership of the data, and is responsible for freeing it. |