| 1460 | |
| 1461 | double memoryPressureWatermarkRatio() const { |
| 1462 | return get<double>(kMemoryPressureWatermarkRatio, 0.7); |
| 1463 | } |
| 1464 | |
| 1465 | uint32_t minTableRowsForParallelJoinBuild() const { |
| 1466 | return get<uint32_t>(kMinTableRowsForParallelJoinBuild, 1'000); |
| 1467 | } |
no outgoing calls
no test coverage detected