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

Method getWritableData

src/processor/result/factorized_table.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return block->getBuffer();
28}
29uint8_t* DataBlock::getWritableData() const {
30 return block->getBuffer().last(freeSize).data();
31}
32void DataBlock::resetNumTuplesAndFreeSize() {
33 freeSize = block->getBuffer().size();
34 numTuples = 0;

Callers 3

appendEmptyTupleMethod · 0.80

Calls 2

getBufferMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected