ColumnTag¶
-
class
lsst.daf.relation.ColumnTag(*args, **kwargs)¶ Bases:
collections.abc.Hashable,typing.ProtocolAn interface for objects that represent columns in a relation.
See Column Tags for details.
Attributes Summary
is_keyWhether this column can be used for deduplication and join equality-constraints ( bool).qualified_nameA string that is just as unique as this ColumnTagis, for use in engines that require a string for column names (str).Attributes Documentation