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

Method isExchangeCompressionEnabled

bolt/core/QueryConfig.h:1462–1464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 2

ExchangeMethod · 0.80
PartitionedOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected