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