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

Method minTableRowsForParallelJoinBuild

bolt/core/QueryConfig.h:1458–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456 }
1457
1458 uint32_t minTableRowsForParallelJoinBuild() const {
1459 return get<uint32_t>(kMinTableRowsForParallelJoinBuild, 1'000);
1460 }
1461
1462 bool isExchangeCompressionEnabled() const {
1463 return get<bool>(kExchangeCompression, false);

Callers 1

setupTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected