MCPcopy 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
1000uint8_t* ColumnChunkData::getData() const {
1001 return buffer->getBuffer().data();
1002}
1003uint64_t ColumnChunkData::getBufferSize() const {
1004 return buffer->getBuffer().size_bytes();
1005}

Callers 15

concatFunction · 0.45
TEST_FFunction · 0.45
executeMethod · 0.45
operationMethod · 0.45
execFuncMethod · 0.45
resolveNestedVectorFunction · 0.45
operationMethod · 0.45
handleKeyMethod · 0.45
operationMethod · 0.45
operationMethod · 0.45
pinTableIDMethod · 0.45
pinTableIDMethod · 0.45

Calls 2

getBufferMethod · 0.80
dataMethod · 0.45

Tested by 2

concatFunction · 0.36
TEST_FFunction · 0.36