Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ tableScanGetOutputTimeLimitMs
Method
tableScanGetOutputTimeLimitMs
bolt/core/QueryConfig.h:977–979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
975
976
uint32_t tableScanGetOutputTimeLimitMs() const {
977
return get<uint64_t>(kTableScanGetOutputTimeLimitMs, 5'000);
978
}
979
980
bool hashAdaptivityEnabled() const {
981
return get<bool>(kHashAdaptivityEnabled, true);
982
}
Callers
1
TableScan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected