GArrowUInt16DataType

GArrowUInt16DataType — 16-bit unsigned integer data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowUInt16DataType

Description

GArrowUInt16DataType is a class for 16-bit unsigned integer data type.

Functions

garrow_uint16_data_type_new ()

GArrowUInt16DataType *
garrow_uint16_data_type_new (void);

Returns

The newly created 16-bit unsigned integer data type.

Types and Values

struct GArrowUInt16DataType

struct GArrowUInt16DataType;

It wraps arrow::UInt16Type.