lsst.dax.apdb g9290983e33+ffdc83c6f7
 
Loading...
Searching...
No Matches
lsst.dax.apdb.apdbSchema.ApdbTables Class Reference
Inheritance diagram for lsst.dax.apdb.apdbSchema.ApdbTables:

Public Member Functions

str table_name (self, str prefix="", int|None time_partition=None)
 

Static Public Attributes

str DiaObject = "DiaObject"
 
str DiaSource = "DiaSource"
 
str DiaForcedSource = "DiaForcedSource"
 
str DiaObjectLast = "DiaObjectLast"
 
str SSObject = "SSObject"
 
str SSSource = "SSSource"
 
str DiaObject_To_Object_Match = "DiaObject_To_Object_Match"
 
str metadata = "metadata"
 

Detailed Description

Names of the tables in APDB schema.

Member Function Documentation

◆ table_name()

str lsst.dax.apdb.apdbSchema.ApdbTables.table_name ( self,
str prefix = "",
int | None time_partition = None )
Return full table name.

Parameters
----------
prefix : `str`, optional
    Optional prefix for table name.
time_partition : `int`, optional
    Optional time partition, should only be used for tables that
    support time partitioning.

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