GArrowFloatDataType
GArrowFloatDataType — 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
.