taco-db
0.1.0
|
This is an internal data structure of the catalog cache for storing an in-memory catalog table entry. More...
#include <catalog/CatCacheBase.h>
Public Member Functions | |
CCLookupTableEntry (RecordId recid, std::shared_ptr< void > systable_struct) | |
CCLookupTableEntry (const CCLookupTableEntry &)=delete | |
CCLookupTableEntry & | operator= (const CCLookupTableEntry &)=delete |
CCLookupTableEntry (CCLookupTableEntry &&e)=default | |
CCLookupTableEntry & | operator= (CCLookupTableEntry &&e)=default |
Public Attributes | |
RecordId | m_recid |
std::shared_ptr< void > | m_systable_struct |
This is an internal data structure of the catalog cache for storing an in-memory catalog table entry.
|
inline |
|
delete |
|
default |
|
default |
|
delete |
RecordId taco::CCLookupTableEntry::m_recid |
std::shared_ptr<void> taco::CCLookupTableEntry::m_systable_struct |