GArrowInt8DataType
GArrowInt8DataType — 8-bit integer data type
|
|
Functions
garrow_int8_data_type_new ()
GArrowInt8DataType *
garrow_int8_data_type_new (void
);
Returns
The newly created 8-bit integer data type.
Types and Values
struct GArrowInt8DataType
struct GArrowInt8DataType;
It wraps arrow::Int8Type
.