-
Notifications
You must be signed in to change notification settings - Fork 1
Column
Richard Wesley edited this page Aug 20, 2022
·
3 revisions
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).
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!