Skip to content

Commit 76f5f63

Browse files
committed
Clarify BaseDynamicTable doc
1 parent 1926128 commit 76f5f63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common/table.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ groups:
9595

9696
- data_type_def: BaseDynamicTable
9797
data_type_inc: Container
98-
doc: A group containing multiple datasets that are aligned on the first dimension
98+
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
99100
(Currently, this requirement is left up to APIs to check and enforce). These datasets
100101
represent different columns in the table. Apart from a column that contains unique
101102
identifiers for each row, there are no other required datasets. Users are free to add

0 commit comments

Comments
 (0)