GArrowFloatDataType

GArrowFloatDataType — 32-bit floating point data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowFloatDataType

Description

GArrowFloatDataType is a class for 32-bit floating point data type.

Functions

garrow_float_data_type_new ()

GArrowFloatDataType *
garrow_float_data_type_new (void);

Returns

The newly created float data type.

Types and Values

struct GArrowFloatDataType

struct GArrowFloatDataType;

It wraps arrow::FloatType.