ApdbSchema¶
- 
class lsst.dax.apdb.ApdbSchema(schema_file: str, schema_name: str = 'ApdbSchema')¶
- Bases: - object- Class for management of APDB schema. - Parameters: - Attributes: - tableSchemas : dict
- Maps table name to - TableDefinstance.
 - Methods Summary - column_dtype(felis_type)- Return Pandas data type for a given Felis column type. - Methods Documentation 
- tableSchemas :