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