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

Method totalRowSize

bolt/vector/ComplexVector.h:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 }
505
506 int64_t totalRowSize() {
507 return rowBuffer_->allocatedBytes();
508 }
509
510 private:
511 static std::shared_ptr<CompositeRowVector> createInternal(

Callers 2

splitCompositeVectorMethod · 0.80
convertMethod · 0.80

Calls 1

allocatedBytesMethod · 0.45

Tested by

no test coverage detected