Skip to content

Data type array in plugin tabular v0.5.0

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).

Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Python class kiara_plugin.tabular.data_types.array.ArrayType

Implementation details

Python class
kiara_plugin.tabular.data_types.array.ArrayType
Value class
kiara_plugin.tabular.models.array.KiaraArray
Config class
kiara.data_types.DataTypeConfig
Lineage
array → any