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