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

Method resize

src/storage/table/string_chunk_data.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void StringChunkData::resize(uint64_t newCapacity) {
59 ColumnChunkData::resize(newCapacity);
60 indexColumnChunk->resize(newCapacity);
61}
62
63void StringChunkData::resizeWithoutPreserve(uint64_t newCapacity) {
64 ColumnChunkData::resizeWithoutPreserve(newCapacity);

Callers 1

initializeScanStateMethod · 0.45

Calls 1

resizeFunction · 0.85

Tested by

no test coverage detected