OmniSciDB
a5dc49c757
|
#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} |
|
inline |
|
inline |
int32_t Catalog_Namespace::TableEpochInfo::leaf_index {-1} |
Definition at line 92 of file Catalog.h.
Referenced by heavydb.thrift.ttypes.TTableEpochInfo::read(), and heavydb.thrift.ttypes.TTableEpochInfo::write().
int32_t Catalog_Namespace::TableEpochInfo::table_epoch |
Definition at line 92 of file Catalog.h.
Referenced by heavydb.thrift.ttypes.TTableEpochInfo::read(), and heavydb.thrift.ttypes.TTableEpochInfo::write().
int32_t Catalog_Namespace::TableEpochInfo::table_id |
Definition at line 92 of file Catalog.h.
Referenced by heavydb.thrift.ttypes.TPixelTableRowResult::read(), heavydb.thrift.ttypes.TTableMeta::read(), heavydb.thrift.ttypes.TColumnRange::read(), heavydb.thrift.ttypes.TTableGeneration::read(), heavydb.thrift.ttypes.TTableCacheStatus::read(), heavydb.thrift.ttypes.TInsertData::read(), heavydb.thrift.ttypes.TInsertChunks::read(), heavydb.thrift.ttypes.TTableEpochInfo::read(), heavydb.thrift.Heavy.set_table_epoch_args::read(), heavydb.thrift.Heavy.get_table_epoch_args::read(), heavydb.thrift.Heavy.get_table_epochs_args::read(), heavydb.thrift.Heavy.check_table_consistency_args::read(), heavydb.thrift.Heavy.checkpoint_args::read(), heavydb.thrift.ttypes.TPixelTableRowResult::write(), heavydb.thrift.ttypes.TTableMeta::write(), heavydb.thrift.ttypes.TColumnRange::write(), heavydb.thrift.ttypes.TTableGeneration::write(), heavydb.thrift.ttypes.TTableCacheStatus::write(), heavydb.thrift.ttypes.TInsertData::write(), heavydb.thrift.ttypes.TInsertChunks::write(), heavydb.thrift.ttypes.TTableEpochInfo::write(), heavydb.thrift.Heavy.set_table_epoch_args::write(), heavydb.thrift.Heavy.get_table_epoch_args::write(), heavydb.thrift.Heavy.get_table_epochs_args::write(), heavydb.thrift.Heavy.check_table_consistency_args::write(), and heavydb.thrift.Heavy.checkpoint_args::write().