GArrowInt64DataType
GArrowInt64DataType — 64-bit integer data type
|
|
Functions
garrow_int64_data_type_new ()
GArrowInt64DataType *
garrow_int64_data_type_new (void
);
Returns
The newly created 64-bit integer data type.
Types and Values
struct GArrowInt64DataType
struct GArrowInt64DataType;
It wraps arrow::Int64Type
.