OmniSciDB
a5dc49c757
|
#include <TableDescriptor.h>
Public Member Functions | |
TableDescriptorUpdateParams (const TableDescriptor *td) | |
bool | operator== (const TableDescriptor *td) |
Public Attributes | |
int32_t | max_rollback_epochs |
int64_t | max_rows |
Definition at line 130 of file TableDescriptor.h.
|
inline |
Definition at line 134 of file TableDescriptor.h.
|
inline |
Definition at line 137 of file TableDescriptor.h.
References max_rollback_epochs, max_rows, TableDescriptor::maxRollbackEpochs, and TableDescriptor::maxRows.
int32_t TableDescriptorUpdateParams::max_rollback_epochs |
Definition at line 131 of file TableDescriptor.h.
Referenced by Catalog_Namespace::Catalog::alterPhysicalTableMetadata(), operator==(), Catalog_Namespace::Catalog::setMaxRollbackEpochs(), and Catalog_Namespace::Catalog::setUncappedTableEpoch().
int64_t TableDescriptorUpdateParams::max_rows |
Definition at line 132 of file TableDescriptor.h.
Referenced by Catalog_Namespace::Catalog::alterPhysicalTableMetadata(), operator==(), heavydb.thrift.ttypes.TTableMeta::read(), heavydb.thrift.ttypes.TTableDetails::read(), Catalog_Namespace::Catalog::setMaxRows(), heavydb.thrift.ttypes.TTableMeta::write(), and heavydb.thrift.ttypes.TTableDetails::write().