Clarify where ColumnRoles are added in glossary (#220)

This commit is contained in:
Luke Bordonaro 2022-10-26 10:15:29 -07:00 коммит произвёл GitHub
Родитель 79ecb777b8
Коммит 2d9d26b21f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,8 @@ See also: [Projection](#projection).
Meta-information about a [Column](#column) that defines the Column's role in data presentation. Meta-information about a [Column](#column) that defines the Column's role in data presentation.
For example, a Column of `Timestamp` values relative to the start of a [DataSource](#datasource) may be marked as a "start time" Column. For example, a Column of `Timestamp` values relative to the start of a [DataSource](#datasource) may be marked as a "start time" Column.
ColumnRoles are specified as part of a [Table Configuration](#tableconfiguration).
## CompositeDataCooker ## CompositeDataCooker
A [DataCooker](#datacooker) that receives input solely from other DataCookers. A [DataCooker](#datacooker) that receives input solely from other DataCookers.