GArrowStringDataType
GArrowStringDataType — UTF-8 encoded string data type
|
|
Functions
garrow_string_data_type_new ()
GArrowStringDataType *
garrow_string_data_type_new (void
);
Returns
The newly created UTF-8 encoded string data type.
Types and Values
struct GArrowStringDataType
struct GArrowStringDataType;
It wraps arrow::StringType
.