GArrowUInt64DataType
GArrowUInt64DataType — 64-bit unsigned integer data type
|
|
Functions
garrow_uint64_data_type_new ()
GArrowUInt64DataType *
garrow_uint64_data_type_new (void
);
Returns
The newly created 64-bit unsigned integer data type.
Types and Values
struct GArrowUInt64DataType
struct GArrowUInt64DataType;
It wraps arrow::UInt64Type
.