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