JoinedCollectionsTable¶
- class lsst.daf.butler.registry.interfaces.JoinedCollectionsTable(joined_sql: Joinable, name_column: sqlalchemy.ColumnElement[str], type_column: sqlalchemy.ColumnElement[int])¶
Bases:
NamedTuple,Generic[Joinable]Container for information needed to access collection table columns.
Attributes Summary
Input SQL statement modified by joining the collections table.
Column from the joined collection table holding the collection name.
Column from the joined collection table holding the collection type.
Attributes Documentation
- joined_sql: Joinable¶
Input SQL statement modified by joining the collections table.