GArrowInt32DataType
GArrowInt32DataType — 32-bit integer data type
|
|
Functions
garrow_int32_data_type_new ()
GArrowInt32DataType *
garrow_int32_data_type_new (void
);
Returns
The newly created 32-bit integer data type.
Types and Values
struct GArrowInt32DataType
struct GArrowInt32DataType;
It wraps arrow::Int32Type
.