GArrowInt64DataType

GArrowInt64DataType — 64-bit integer data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowInt64DataType

Description

GArrowInt64DataType is a class for 64-bit integer data type.

Functions

garrow_int64_data_type_new ()

GArrowInt64DataType *
garrow_int64_data_type_new (void);

Returns

The newly created 64-bit integer data type.

Types and Values

struct GArrowInt64DataType

struct GArrowInt64DataType;

It wraps arrow::Int64Type.