|
| str | table_name (self, str prefix="", int|None time_partition=None) |
| |
|
|
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" |
| |
Names of the tables in APDB schema.
◆ 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:
- python/lsst/dax/apdb/apdbSchema.py