control row based spill, "raw" means enable row based spill with raw data, "compression" means enable row based spill with compressed data, otherwise disable row based spill
| 1217 | int32_t testingSpillPct() const { |
| 1218 | return get<int32_t>(kTestingSpillPct, 0); |
| 1219 | } |
| 1220 | |
| 1221 | int32_t maxSpillLevel() const { |
| 1222 | return get<int32_t>(kMaxSpillLevel, 4); |
| 1223 | } |
| 1224 |
no outgoing calls
no test coverage detected