Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isHashJoinSkewedPartitionEnabled
Method
isHashJoinSkewedPartitionEnabled
bolt/core/QueryConfig.h:1621–1623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1619
}
1620
1621
bool isHashJoinSkewedPartitionEnabled() const {
1622
return get<bool>(kHashJoinSkewedPartitionEnabled, true);
1623
}
1624
1625
int32_t skewFileSizeRatioThreshold() const {
1626
return get<int32_t>(kSkewFileSizeRatioThreshold, 10);
Callers
1
HashBuild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected