There was an error while loading. Please reload this page.
1 parent 1926128 commit 76f5f63Copy full SHA for 76f5f63
1 file changed
common/table.yaml
@@ -95,7 +95,8 @@ groups:
95
96
- data_type_def: BaseDynamicTable
97
data_type_inc: Container
98
- doc: A group containing multiple datasets that are aligned on the first dimension
+ doc: An abstract base type for a column-based table that can contain user-defined columns
99
+ This group contains multiple datasets that are aligned on the first dimension
100
(Currently, this requirement is left up to APIs to check and enforce). These datasets
101
represent different columns in the table. Apart from a column that contains unique
102
identifiers for each row, there are no other required datasets. Users are free to add
0 commit comments