MCPcopy Create free account
hub / github.com/bytedance/bolt / memoryPressureWatermarkRatio

Method memoryPressureWatermarkRatio

bolt/core/QueryConfig.h:1454–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

ensureOutputFitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected