Class

ArrowFixedShapeTensorDataType

Description

class Arrow.FixedShapeTensorDataType : Arrow.ExtensionDataType {
  parent_instance: GArrowExtensionDataType
}
No description available.

Constructors

garrow_fixed_shape_tensor_data_type_new
No description available.

since: 21.0.0

Instance methods

garrow_fixed_shape_tensor_data_type_get_dim_names
No description available.

since: 21.0.0

garrow_fixed_shape_tensor_data_type_get_permutation
No description available.

since: 21.0.0

garrow_fixed_shape_tensor_data_type_get_shape
No description available.

since: 21.0.0

garrow_fixed_shape_tensor_data_type_get_strides
No description available.

since: 21.0.0

Methods inherited from GArrowExtensionDataType (3)
garrow_extension_data_type_get_extension_name
No description available.

since: 3.0.0

garrow_extension_data_type_wrap_array
No description available.

since: 3.0.0

garrow_extension_data_type_wrap_chunked_array
No description available.

since: 3.0.0

Methods inherited from GArrowDataType (5)
garrow_data_type_equal
No description available.

garrow_data_type_export
No description available.

since: 6.0.0

garrow_data_type_get_id
No description available.

garrow_data_type_get_name
No description available.

since: 3.0.0

garrow_data_type_to_string
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GArrowExtensionDataType (1)
Arrow.ExtensionDataType:storage-data-type
No description available.

Properties inherited from GArrowDataType (1)
Arrow.DataType:data-type
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowFixedShapeTensorDataTypeClass {
  GArrowExtensionDataTypeClass parent_class;
  
}
No description available.
Class members
parent_class: GArrowExtensionDataTypeClass
No description available.