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

Method getSizedData

src/processor/result/factorized_table.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return block->getBuffer().data();
25}
26std::span<uint8_t> DataBlock::getSizedData() const {
27 return block->getBuffer();
28}
29uint8_t* DataBlock::getWritableData() const {
30 return block->getBuffer().last(freeSize).data();
31}

Callers 2

resizeMethod · 0.80
getTupleMethod · 0.80

Calls 1

getBufferMethod · 0.80

Tested by

no test coverage detected