OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catalog_Namespace::TableEpochInfo Struct Reference

#include <Catalog.h>

Public Member Functions

 TableEpochInfo (const int32_t table_id_param, const int32_t table_epoch_param)
 
 TableEpochInfo (const int32_t table_id_param, const int32_t table_epoch_param, const size_t leaf_index_param)
 

Public Attributes

int32_t table_id
 
int32_t table_epoch
 
int32_t leaf_index {-1}
 

Detailed Description

Definition at line 91 of file Catalog.h.

Constructor & Destructor Documentation

Catalog_Namespace::TableEpochInfo::TableEpochInfo ( const int32_t  table_id_param,
const int32_t  table_epoch_param 
)
inline

Definition at line 94 of file Catalog.h.

95  : table_id(table_id_param), table_epoch(table_epoch_param) {}
Catalog_Namespace::TableEpochInfo::TableEpochInfo ( const int32_t  table_id_param,
const int32_t  table_epoch_param,
const size_t  leaf_index_param 
)
inline

Definition at line 96 of file Catalog.h.

99  : table_id(table_id_param)
100  , table_epoch(table_epoch_param)
101  , leaf_index(leaf_index_param) {}

Member Data Documentation

int32_t Catalog_Namespace::TableEpochInfo::leaf_index {-1}
int32_t Catalog_Namespace::TableEpochInfo::table_epoch

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