mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Added another one comment.
This commit is contained in:
parent
d6ce1ed7b9
commit
adfa77be9d
@ -288,6 +288,7 @@ private:
|
||||
void initializeExecution(size_t num_threads); /// Initialize executor contexts and task_queue.
|
||||
void finalizeExecution(); /// Check all processors are finished.
|
||||
|
||||
/// Methods connected to execution.
|
||||
void executeImpl(size_t num_threads);
|
||||
void executeStepImpl(size_t thread_num, size_t num_threads, std::atomic_bool * yield_flag = nullptr);
|
||||
void executeSingleThread(size_t thread_num, size_t num_threads);
|
||||
|
Loading…
Reference in New Issue
Block a user