GArrowUInt64DataType

GArrowUInt64DataType — 64-bit unsigned integer data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowUInt64DataType

Description

GArrowUInt64DataType is a class for 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.