MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getNumThreads

Method getNumThreads

src/QueryPipeline/Chain.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool empty() const { return processors.empty(); }
35
36 size_t getNumThreads() const { return num_threads; }
37 void setNumThreads(size_t num_threads_) { num_threads = num_threads_; }
38
39 bool getConcurrencyControl() const { return concurrency_control; }

Callers 14

writeIntoWindowViewMethod · 0.45
processInsertQueryMethod · 0.45
startMethod · 0.45
pullMethod · 0.45
executeMethod · 0.45
transformPipelineMethod · 0.45
transformPipelineMethod · 0.45
fullSortMethod · 0.45
getPipelineMethod · 0.45
QueryPipelineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected