Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
splitCompositeVector
Method · 0.80
convert
Method · 0.80
Calls
1
allocatedBytes
Method · 0.45
Tested by
no test coverage detected