Constructor

ArrowUInt64DataTypenew

Declaration [src]

GArrowUInt64DataType*
garrow_uint64_data_type_new (
  void
)

Description

No description available.

Return value

Returns: 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.