Skip to content
Richard Wesley edited this page Aug 20, 2022 · 3 revisions

Columns

A Column object is a simple container for an Array of values (data). It also has a type member that describes the type of the data (if known).

Namespaces

Columns can be combined into Namespaces, which are just Objects that map names to Columns. All the Columns in a Namespace should have the same length!

Clone this wiki locally