GArrowUInt32DataType
GArrowUInt32DataType — 32-bit unsigned integer data type
|
|
Functions
garrow_uint32_data_type_new ()
GArrowUInt32DataType *
garrow_uint32_data_type_new (void
);
Returns
The newly created 32-bit unsigned integer data type.
Types and Values
struct GArrowUInt32DataType
struct GArrowUInt32DataType;
It wraps arrow::UInt32Type
.