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

Method randType

bolt/vector/fuzzer/VectorFuzzer.cpp:1410–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408}
1409
1410TypePtr VectorFuzzer::randType(int maxDepth, bool withDecimal) {
1411 return bolt::randType(rng_, maxDepth, withDecimal, opts_.enableHugeint);
1412}
1413
1414TypePtr VectorFuzzer::randOrderableType(int maxDepth) {
1415 return bolt::randOrderableType(rng_, maxDepth);

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45
generateKeyTypesMethod · 0.45
generateInputMethod · 0.45

Calls 1

randTypeFunction · 0.85

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
generateKeyTypesMethod · 0.36
generateInputMethod · 0.36