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

Method estimateRowSize

bolt/vector/ComplexVector.h:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 uint64_t usedSize() const override;
501
502 uint64_t estimateRowSize() {
503 return rows_.size() > 0 ? rowBuffer_->allocatedBytes() / rows_.size() : 0;
504 }
505
506 int64_t totalRowSize() {
507 return rowBuffer_->allocatedBytes();

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
allocatedBytesMethod · 0.45

Tested by

no test coverage detected