Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ RowVector
Method
RowVector
bolt/vector/ComplexVector.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
class RowVector : public BaseVector {
52
public:
53
RowVector(const RowVector&) = delete;
54
RowVector& operator=(const RowVector&) = delete;
55
56
RowVector(
Callers
nothing calls this directly
Calls
7
kindEquals
Method · 0.80
childAt
Method · 0.80
size
Method · 0.45
get
Method · 0.45
type
Method · 0.45
toString
Method · 0.45
nameOf
Method · 0.45
Tested by
no test coverage detected