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

Method insert

src/common/data_chunk/data_chunk.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace common {
5
6void DataChunk::insert(uint32_t pos, std::shared_ptr<ValueVector> valueVector) {
7 valueVector->setState(state);
8 DASSERT(valueVectors.size() > pos);
9 valueVectors[pos] = std::move(valueVector);
10}
11
12void DataChunk::resetAuxiliaryBuffer() {
13 for (auto& valueVector : valueVectors) {

Callers 10

addMetricMethod · 0.45
parseStructTypeInfoFunction · 0.45
UNIONMethod · 0.45
allocateChunkMethod · 0.45
renameMethod · 0.45
deserializeMethod · 0.45
getSrcNodeTableIDSetMethod · 0.45
getDstNodeTableIDSetMethod · 0.45

Calls 2

setStateMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected