Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
DataBlock::~DataBlock() = default;
22
23
uint8_t* DataBlock::getData() const {
24
return block->getBuffer().data();
25
}
26
std::span<uint8_t> DataBlock::getSizedData() const {
27
return block->getBuffer();
28
}
Callers
15
transformIntegerLiteral
Method · 0.45
copyTuples
Method · 0.45
allocateUnflatTupleBlock
Method · 0.45
compareEntry
Function · 0.45
insertEntry
Method · 0.45
getNextTuplesInternal
Method · 0.45
fillTuple
Method · 0.45
setOffsetToWithinNodeGroup
Function · 0.45
populateCSRLengthsInternal
Method · 0.45
readBlock
Method · 0.45
read
Method · 0.45
writeVector
Method · 0.45
Calls
2
getBuffer
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected