MCPcopy 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
1734RowTypePtr randRowType(FuzzerGenerator& rng, int maxDepth) {
1735 return randRowType(rng, defaultScalarTypes(), maxDepth);
1736}
1737
1738RowTypePtr randRowType(
1739 FuzzerGenerator& rng,

Callers 2

randRowTypeMethod · 0.85
randTypeFunction · 0.85

Calls 4

defaultScalarTypesFunction · 0.85
randTypeFunction · 0.85
ROWFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected