GArrowInt16DataType
GArrowInt16DataType — 16-bit integer data type
|
|
Functions
garrow_int16_data_type_new ()
GArrowInt16DataType *
garrow_int16_data_type_new (void
);
Returns
The newly created 16-bit integer data type.
Types and Values
struct GArrowInt16DataType
struct GArrowInt16DataType;
It wraps arrow::Int16Type
.