GArrowBinaryDataType
GArrowBinaryDataType — Binary data type
|
|
Functions
garrow_binary_data_type_new ()
GArrowBinaryDataType *
garrow_binary_data_type_new (void
);
Returns
The newly created binary data type.
Types and Values
struct GArrowBinaryDataType
struct GArrowBinaryDataType;
It wraps arrow::BinaryType
.