data_types
array
¶
type_name | array | The registered name for this item type. | |||||||||
documentation | An array, in most cases used as a column within a table. Internally, this type uses the [KiaraArray][kiara_plugin.tabular.models.array.KiaraArray] wrapper class to manage array data. This wrapper class, in turn, uses an Apache Arrow Array to store the data in memory (and on disk). |
Documentation for the item. | |||||||||
authors |
|
Information about authorship for the item. | |||||||||
context |
|
Generic properties of this item (description, tags, labels, references, ...). | |||||||||
python_class |
|
The python class that implements this module type. | |||||||||
value_cls |
|
The python class of the value itself. | |||||||||
data_type_config_cls |
|
The python class holding the schema for configuring this type. | |||||||||
lineage |
|
This types lineage. | |||||||||
qualifier_profiles | A map of qualifier profiles for this data types. |
database
¶
type_name | database | The registered name for this item type. | |||||||||
documentation | A database, containing one or several tables. This is backed by the [KiaraDatabase][kiara_plugin.tabular.models.db.KiaraDatabase] class to manage the stored data. |
Documentation for the item. | |||||||||
authors |
|
Information about authorship for the item. | |||||||||
context |
|
Generic properties of this item (description, tags, labels, references, ...). | |||||||||
python_class |
|
The python class that implements this module type. | |||||||||
value_cls |
|
The python class of the value itself. | |||||||||
data_type_config_cls |
|
The python class holding the schema for configuring this type. | |||||||||
lineage |
|
This types lineage. | |||||||||
qualifier_profiles | A map of qualifier profiles for this data types. |
table
¶
type_name | table | The registered name for this item type. | |||||||||
documentation | Tabular data (table, spreadsheet, data_frame, what have you). The table data is organized in sets of columns (arrays of data of the same type), with each column having a string identifier. kiara uses an instance of the [ Please consult the API doc of the Internally, the data is stored in Apache Feather format -- both in memory and on disk when saved, which enables some advanced usage to preserve memory and compute overhead. |
Documentation for the item. | |||||||||
authors |
|
Information about authorship for the item. | |||||||||
context |
|
Generic properties of this item (description, tags, labels, references, ...). | |||||||||
python_class |
|
The python class that implements this module type. | |||||||||
value_cls |
|
The python class of the value itself. | |||||||||
data_type_config_cls |
|
The python class holding the schema for configuring this type. | |||||||||
lineage |
|
This types lineage. | |||||||||
qualifier_profiles | A map of qualifier profiles for this data types. |