| 1452 | } |
| 1453 | |
| 1454 | double memoryPressureWatermarkRatio() const { |
| 1455 | return get<double>(kMemoryPressureWatermarkRatio, 0.7); |
| 1456 | } |
| 1457 | |
| 1458 | uint32_t minTableRowsForParallelJoinBuild() const { |
| 1459 | return get<uint32_t>(kMinTableRowsForParallelJoinBuild, 1'000); |
no outgoing calls
no test coverage detected