MCPcopy 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

startMethod · 0.45
pullMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected