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

Method setToInMemory

src/storage/table/struct_chunk_data.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void StructChunkData::setToInMemory() {
180 ColumnChunkData::setToInMemory();
181 for (const auto& child : childChunks) {
182 child->setToInMemory();
183 }
184}
185
186void StructChunkData::resize(uint64_t newCapacity) {
187 ColumnChunkData::resize(newCapacity);

Callers 2

Calls 1

setToInMemoryFunction · 0.85

Tested by

no test coverage detected