Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1402
TypePtr VectorFuzzer::randShortDecimalType() {
1403
return bolt::randShortDecimalType(rng_);
1404
}
1405
1406
TypePtr VectorFuzzer::randLongDecimalType() {
1407
return bolt::randLongDecimalType(rng_);
Callers
1
TEST_F
Function · 0.80
Calls
1
randShortDecimalType
Function · 0.85
Tested by
1
TEST_F
Function · 0.64