DimensionKeyColumnTag¶
- final class lsst.daf.butler.DimensionKeyColumnTag(dimension: str)¶
Bases:
_BaseColumnTag
An identifier for
Relation
columns that represent a dimension primary key value.Attributes Summary
Name of the dimension (
str
).Methods Summary
generate
(dimensions)Return a list of column tags from an iterable of dimension names.
Attributes Documentation
- is_key¶
- qualified_name¶
Methods Documentation
- classmethod generate(dimensions: Iterable[str]) list[lsst.daf.butler._column_tags.DimensionKeyColumnTag] ¶
Return a list of column tags from an iterable of dimension names.
- Parameters:
- Returns:
- tags
list
[DimensionKeyColumnTag
] List of column tags.
- tags