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

Method randShortDecimalType

bolt/vector/fuzzer/VectorFuzzer.cpp:1402–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1400}
1401
1402TypePtr VectorFuzzer::randShortDecimalType() {
1403 return bolt::randShortDecimalType(rng_);
1404}
1405
1406TypePtr VectorFuzzer::randLongDecimalType() {
1407 return bolt::randLongDecimalType(rng_);

Callers 1

TEST_FFunction · 0.80

Calls 1

randShortDecimalTypeFunction · 0.85

Tested by 1

TEST_FFunction · 0.64