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
filter_from
(tags)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.core._column_tags.DimensionKeyColumnTag] ¶
Return a list of column tags from an iterable of dimension names.
- Parameters:
- dimensions
Iterable
[str
] Dimension names.
- dimensions
- Returns:
- tags
list
[DimensionKeyColumnTag
] List of column tags.
- tags