mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix formatting
This commit is contained in:
parent
15094e58c9
commit
4cc013b918
@ -354,7 +354,7 @@ QueryPipeline::QueryPipeline(Pipe pipe)
|
||||
extremes = pipe.getExtremesPort();
|
||||
partial_result = pipe.getPartialResultPort(0);
|
||||
num_threads = pipe.max_parallel_streams;
|
||||
|
||||
|
||||
processors = std::move(pipe.processors);
|
||||
checkPulling(*processors, output, totals, extremes, partial_result);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user