Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getData
Method
getData
src/storage/table/column_chunk_data.cpp:1000–1002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
998
}
999
1000
uint8_t* ColumnChunkData::getData() const {
1001
return buffer->getBuffer().data();
1002
}
1003
uint64_t ColumnChunkData::getBufferSize() const {
1004
return buffer->getBuffer().size_bytes();
1005
}
Callers
15
concat
Function · 0.45
TEST_F
Function · 0.45
execute
Method · 0.45
operation
Method · 0.45
execFunc
Method · 0.45
resolveNestedVector
Function · 0.45
operation
Method · 0.45
handleKey
Method · 0.45
operation
Method · 0.45
operation
Method · 0.45
pinTableID
Method · 0.45
pinTableID
Method · 0.45
Calls
2
getBuffer
Method · 0.80
data
Method · 0.45
Tested by
2
concat
Function · 0.36
TEST_F
Function · 0.36