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