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

Method mutableOffsets

bolt/vector/ComplexVector.h:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 }
588
589 BufferPtr mutableOffsets(size_t size) {
590 BaseVector::resizeIndices(length_, size, pool_, offsets_, &rawOffsets_);
591 return offsets_;
592 }
593
594 BufferPtr mutableSizes(size_t size) {
595 BaseVector::resizeIndices(length_, size, pool_, sizes_, &rawSizes_);

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