lsst.dax.apdb g011c388f00+4c8162c5ad
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.dax.apdb.apdbCassandraSchema.ExtraTables Class Reference
Inheritance diagram for lsst.dax.apdb.apdbCassandraSchema.ExtraTables:

Public Member Functions

str table_name (self, str prefix="")
 
Mapping[ExtraTables, ApdbTablesinsert_id_tables (cls)
 

Static Public Attributes

str DiaInsertId = "DiaInsertId"
 
str DiaObjectInsertId = "DiaObjectInsertId"
 
str DiaSourceInsertId = "DiaSourceInsertId"
 
str DiaForcedSourceInsertId = "DiaFSourceInsertId"
 
str DiaSourceToPartition = "DiaSourceToPartition"
 

Detailed Description

Names of the extra tables used by Cassandra implementation.

Member Function Documentation

◆ insert_id_tables()

Mapping[ExtraTables, ApdbTables] lsst.dax.apdb.apdbCassandraSchema.ExtraTables.insert_id_tables ( cls)
Return mapping of tables used for insert ID tracking to their
corresponding regular tables.

◆ table_name()

str lsst.dax.apdb.apdbCassandraSchema.ExtraTables.table_name ( self,
str prefix = "" )
Return full table name.

The documentation for this class was generated from the following file: