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

Method randLongDecimalType

bolt/vector/fuzzer/VectorFuzzer.cpp:1406–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406TypePtr VectorFuzzer::randLongDecimalType() {
1407 return bolt::randLongDecimalType(rng_);
1408}
1409
1410TypePtr VectorFuzzer::randType(int maxDepth, bool withDecimal) {
1411 return bolt::randType(rng_, maxDepth, withDecimal, opts_.enableHugeint);

Callers 1

TEST_FFunction · 0.80

Calls 1

randLongDecimalTypeFunction · 0.85

Tested by 1

TEST_FFunction · 0.64