Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getConcurrencyControl
Method
getConcurrencyControl
src/Processors/QueryPlan/QueryPlan.h:162–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
void setConcurrencyControl(bool concurrency_control_) { concurrency_control = concurrency_control_; }
162
bool getConcurrencyControl() const { return concurrency_control; }
163
164
/// Tree node. Step and it's children.
165
struct Node
Callers
3
start
Method · 0.45
pull
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected