Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ randRowType
Function
randRowType
bolt/vector/fuzzer/VectorFuzzer.cpp:1734–1736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1732
}
1733
1734
RowTypePtr randRowType(FuzzerGenerator& rng, int maxDepth) {
1735
return randRowType(rng, defaultScalarTypes(), maxDepth);
1736
}
1737
1738
RowTypePtr randRowType(
1739
FuzzerGenerator& rng,
Callers
2
randRowType
Method · 0.85
randType
Function · 0.85
Calls
4
defaultScalarTypes
Function · 0.85
randType
Function · 0.85
ROW
Function · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected