lsst.dax.apdb gebdefbc545+f292c52e76
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

string DiaInsertId = "DiaInsertId"
 
string DiaObjectInsertId = "DiaObjectInsertId"
 
string DiaSourceInsertId = "DiaSourceInsertId"
 
string DiaForcedSourceInsertId = "DiaFSourceInsertId"
 
string 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: