MCPcopy Create free account
hub / github.com/bytedance/bolt / mutableSizes

Method mutableSizes

bolt/vector/ComplexVector.h:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 }
593
594 BufferPtr mutableSizes(size_t size) {
595 BaseVector::resizeIndices(length_, size, pool_, sizes_, &rawSizes_);
596 return sizes_;
597 }
598
599 void resize(vector_size_t size, bool setNotNull = true) override {
600 if (BaseVector::length_ < size) {

Callers 12

readArrayVectorFunction · 0.80
readMapVectorFunction · 0.80
nextMethod · 0.80
nextMethod · 0.80
makeOffsetsAndSizesMethod · 0.80
setNullValueSizeToZeroFunction · 0.80
extractForSpillMethod · 0.80
applyMethod · 0.80
implForPrimitiveKeyMethod · 0.80

Calls

no outgoing calls

Tested by 1