LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Classes | |
class | lsst.dax.ppdb.ppdbSchema.PpdbSchema |
Namespaces | |
lsst.dax.ppdb.ppdbSchema | |
Functions | |
def | lsst.dax.ppdb.ppdbSchema.make_minimal_dia_object_schema () |
def | lsst.dax.ppdb.ppdbSchema.make_minimal_dia_source_schema () |
Variables | |
lsst.dax.ppdb.ppdbSchema.ColumnDef = namedtuple('ColumnDef', 'name type nullable default description unit ucd') | |
lsst.dax.ppdb.ppdbSchema.IndexDef = namedtuple('IndexDef', 'name type columns') | |
lsst.dax.ppdb.ppdbSchema.TableDef = namedtuple('TableDef', 'name description columns indices') | |