LSST Applications 24.1.5,g02d81e74bb+fa3a7a026e,g180d380827+a53a32eff8,g2079a07aa2+86d27d4dc4,g2305ad1205+c0501b3732,g295015adf3+7d3e92f0ec,g2bbee38e9b+0e5473021a,g337abbeb29+0e5473021a,g33d1c0ed96+0e5473021a,g3a166c0a6a+0e5473021a,g3ddfee87b4+5dd1654d75,g48712c4677+3bf1020dcb,g487adcacf7+065c13d9cf,g50ff169b8f+96c6868917,g52b1c1532d+585e252eca,g591dd9f2cf+d7ac436cfb,g5a732f18d5+53520f316c,g64a986408d+fa3a7a026e,g858d7b2824+fa3a7a026e,g8a8a8dda67+585e252eca,g99cad8db69+a5a909b84f,g9ddcbc5298+9a081db1e4,ga1e77700b3+15fc3df1f7,ga8c6da7877+4cf350ccb2,gb0e22166c9+60f28cb32d,gba4ed39666+c2a2e4ac27,gbb8dafda3b+f991a0b59f,gc120e1dc64+9ccbfdb8be,gc28159a63d+0e5473021a,gcf0d15dbbd+5dd1654d75,gd96a1ce819+42fd0ee607,gdaeeff99f8+f9a426f77a,ge6526c86ff+0d71447b4b,ge79ae78c31+0e5473021a,gee10cc3b42+585e252eca,gff1a9f87cc+fa3a7a026e
LSST Data Management Base Package
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst::afw::table::io::ArchiveIndexSchema Struct Referencefinal

Schema for the index catalog that specifies where objects are stored in the data catalogs. More...

#include <ArchiveIndexSchema.h>

Public Member Functions

 ArchiveIndexSchema (const ArchiveIndexSchema &)=delete
 
ArchiveIndexSchemaoperator= (const ArchiveIndexSchema &)=delete
 
 ArchiveIndexSchema (ArchiveIndexSchema &&)=delete
 
ArchiveIndexSchemaoperator= (ArchiveIndexSchema &&)=delete
 

Static Public Member Functions

static ArchiveIndexSchema constget ()
 Return the singleton instance.
 

Public Attributes

Schema schema
 
Key< int > id
 
Key< int > catArchive
 
Key< int > catPersistable
 
Key< int > row0
 
Key< int > nRows
 
Key< std::stringname
 

Static Public Attributes

static Key< std::string > int const MAX_NAME_LENGTH = 64
 
static int const MAX_MODULE_LENGTH = 64
 
static constexpr int const NO_CATALOGS_SAVED = -1
 Special value used for catArchive, catPersistable, and row0 when an object with no state is saved.
 

Detailed Description

Schema for the index catalog that specifies where objects are stored in the data catalogs.

Each row in the index catalog corresponds to a combination of an object and a data catalog, and contains the range of rows used by that object in the catalog (in the 'row0' and 'nrows' fields). The 'cat.archive' field indicates which catalog in the archive the index entry refers to (where 0 is the index itself, and 1 is the first data catalog), and 'cat.persistable' refers to which catalog the index entry refers to from the perspective of the saved object.

An object may thus have more than one row in the index, but the 'id' and 'name' fields must be the same for all index entires that correspond to a single object. These contain, respectively, the unique ID returned by OutputArchive::put and the name returned by Persistable::getPersistenceName() and used by InputArchive to look up a PersistableFactory in the registry.

Definition at line 35 of file ArchiveIndexSchema.h.

Constructor & Destructor Documentation

◆ ArchiveIndexSchema() [1/2]

lsst::afw::table::io::ArchiveIndexSchema::ArchiveIndexSchema ( const ArchiveIndexSchema & )
delete

◆ ArchiveIndexSchema() [2/2]

lsst::afw::table::io::ArchiveIndexSchema::ArchiveIndexSchema ( ArchiveIndexSchema && )
delete

Member Function Documentation

◆ get()

ArchiveIndexSchema const & lsst::afw::table::io::ArchiveIndexSchema::get ( )
static

Return the singleton instance.

Definition at line 14 of file ArchiveIndexSchema.cc.

14 {
15 static ArchiveIndexSchema instance;
16 return instance;
17}
ArchiveIndexSchema(const ArchiveIndexSchema &)=delete

◆ operator=() [1/2]

ArchiveIndexSchema & lsst::afw::table::io::ArchiveIndexSchema::operator= ( ArchiveIndexSchema && )
delete

◆ operator=() [2/2]

ArchiveIndexSchema & lsst::afw::table::io::ArchiveIndexSchema::operator= ( const ArchiveIndexSchema & )
delete

Member Data Documentation

◆ catArchive

Key<int> lsst::afw::table::io::ArchiveIndexSchema::catArchive

Definition at line 38 of file ArchiveIndexSchema.h.

◆ catPersistable

Key<int> lsst::afw::table::io::ArchiveIndexSchema::catPersistable

Definition at line 39 of file ArchiveIndexSchema.h.

◆ id

Key<int> lsst::afw::table::io::ArchiveIndexSchema::id

Definition at line 37 of file ArchiveIndexSchema.h.

◆ MAX_MODULE_LENGTH

int const lsst::afw::table::io::ArchiveIndexSchema::MAX_MODULE_LENGTH = 64
static

Definition at line 46 of file ArchiveIndexSchema.h.

◆ MAX_NAME_LENGTH

int const lsst::afw::table::io::ArchiveIndexSchema::MAX_NAME_LENGTH = 64
static

Definition at line 45 of file ArchiveIndexSchema.h.

◆ name

Key<std::string> lsst::afw::table::io::ArchiveIndexSchema::name

Definition at line 42 of file ArchiveIndexSchema.h.

◆ NO_CATALOGS_SAVED

constexpr int const lsst::afw::table::io::ArchiveIndexSchema::NO_CATALOGS_SAVED = -1
staticconstexpr

Special value used for catArchive, catPersistable, and row0 when an object with no state is saved.

Definition at line 52 of file ArchiveIndexSchema.h.

◆ nRows

Key<int> lsst::afw::table::io::ArchiveIndexSchema::nRows

Definition at line 41 of file ArchiveIndexSchema.h.

◆ row0

Key<int> lsst::afw::table::io::ArchiveIndexSchema::row0

Definition at line 40 of file ArchiveIndexSchema.h.

◆ schema

Schema lsst::afw::table::io::ArchiveIndexSchema::schema

Definition at line 36 of file ArchiveIndexSchema.h.


The documentation for this struct was generated from the following files: