Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
26
std::span<uint8_t> DataBlock::getSizedData() const {
27
return block->getBuffer();
28
}
29
uint8_t* DataBlock::getWritableData() const {
30
return block->getBuffer().last(freeSize).data();
31
}
Callers
2
resize
Method · 0.80
getTuple
Method · 0.80
Calls
1
getBuffer
Method · 0.80
Tested by
no test coverage detected