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

Method getData

src/processor/result/factorized_table.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21DataBlock::~DataBlock() = default;
22
23uint8_t* DataBlock::getData() const {
24 return block->getBuffer().data();
25}
26std::span<uint8_t> DataBlock::getSizedData() const {
27 return block->getBuffer();
28}

Callers 15

copyTuplesMethod · 0.45
compareEntryFunction · 0.45
insertEntryMethod · 0.45
getNextTuplesInternalMethod · 0.45
fillTupleMethod · 0.45
readBlockMethod · 0.45
readMethod · 0.45
writeVectorMethod · 0.45

Calls 2

getBufferMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected