Struct UpdelRoll¶
-
struct
UpdelRoll
¶ Public Functions
-
~UpdelRoll
()¶
-
void
cancelUpdate
()¶
-
bool
commitUpdate
()¶
-
void
stageUpdate
()¶
-
std::shared_ptr<ChunkMetadata>
getChunkMetadata
(const MetaDataKey &key, int32_t column_id, Fragmenter_Namespace::FragmentInfo &fragment_info)¶
-
ChunkMetadataMap
getChunkMetadataMap
(const MetaDataKey &key) const¶
-
size_t
getNumTuple
(const MetaDataKey &key) const¶
-
void
setNumTuple
(const MetaDataKey &key, size_t num_tuple)¶
Public Members
-
int
logicalTableId
¶
-
Data_Namespace::MemoryLevel
memoryLevel
= {Data_Namespace::MemoryLevel::CPU_LEVEL}¶
-
bool
is_varlen_update
= false¶
-
const TableDescriptor *
table_descriptor
= {nullptr}¶
Private Functions
-
void
updateFragmenterAndCleanupChunks
()¶
-
void
initializeUnsetMetadata
(const TableDescriptor *td, Fragmenter_Namespace::FragmentInfo &fragment_info)¶
-