MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setOffsetChunkValue

Method setOffsetChunkValue

src/storage/table/list_chunk_data.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void ListChunkData::setOffsetChunkValue(offset_t val, offset_t pos) {
95 offsetColumnChunk->setValue(val, pos);
96
97 // we will keep numValues in the main column synchronized
98 numValues = offsetColumnChunk->getNumValues();
99}
100
101void ListChunkData::append(const ColumnChunkData* other, offset_t startPosInOtherChunk,
102 uint32_t numValuesToAppend) {

Callers 1

finalizeMethod · 0.80

Calls 2

setValueMethod · 0.45
getNumValuesMethod · 0.45

Tested by

no test coverage detected