alias Tablo::DataType
Overview
Tablo::DataType
is a 2D array of Tablo::CellType
(ie a rectangular matrix).
This is the data structure on which the Tablo module operates. It is fed by
the data passed as parameter during the creation of an instance of the
Tablo::Table
class, after conversion by the Tablo.cast_to_datatype
method
Alias Definition
Array(Array(Bool | Char | Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | String | Symbol | UInt16 | UInt32 | UInt64 | UInt8))