Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GArrowDataType ├── GArrowBinaryDataType ├── GArrowBooleanDataType ├── GArrowDoubleDataType ├── GArrowFloatDataType ├── GArrowInt16DataType ├── GArrowInt32DataType ├── GArrowInt64DataType ├── GArrowInt8DataType ├── GArrowListDataType ├── GArrowNullDataType ├── GArrowStringDataType ├── GArrowStructDataType ├── GArrowUInt16DataType ├── GArrowUInt32DataType ├── GArrowUInt64DataType ╰── GArrowUInt8DataType
gboolean garrow_data_type_equal (GArrowDataType *data_type
,GArrowDataType *other_data_type
);
gchar *
garrow_data_type_to_string (GArrowDataType *data_type
);
The string representation of the data type. The caller
must free it by g_free()
when the caller doesn't need it anymore.
“data-type”
property“data-type” gpointer
The raw std::shared<arrow::DataType> *.
Flags: Write / Construct Only