ClickHouse/src/QueryPipeline
2024-03-18 08:00:09 +00:00
..
examples Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
tests Enhancements for background merges (#49313) 2023-05-02 13:43:59 +02:00
BlockIO.cpp fix build and tests 2023-06-16 19:52:52 +02:00
BlockIO.h fix 2023-02-25 01:18:34 +01:00
Chain.cpp Make INSERT do more things in parallel to avoid getting bottlenecked on one thread 2023-05-05 00:49:27 +00:00
Chain.h Merge branch 'master' into concurrency-control-controllable 2023-07-04 23:16:04 +03:00
CMakeLists.txt Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
ExecutionSpeedLimits.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
ExecutionSpeedLimits.h Seperate max_execution_time and max_estimated_execution_time 2024-01-07 12:32:42 +08:00
narrowPipe.cpp Rename narrowBlockInputStream to narrowPipe 2022-04-24 18:33:48 +08:00
narrowPipe.h Rename narrowBlockInputStream to narrowPipe 2022-04-24 18:33:48 +08:00
Pipe.cpp Fix tests 2023-12-01 13:26:30 +00:00
Pipe.h Delay totals port for creating sets as well. 2023-11-30 18:23:05 +00:00
printPipeline.cpp fix style 2023-03-11 15:58:16 +00:00
printPipeline.h Pretty op processors IDs in EXPLAIN PIPELINE graph = 1 output (#48852) 2023-10-16 18:11:01 +02:00
ProfileInfo.cpp Fix ProfileInfo. 2021-10-16 09:40:22 +03:00
ProfileInfo.h Move some resources 2022-05-20 19:49:31 +00:00
QueryPipeline.cpp Revert partial result 2023-10-21 03:14:22 +02:00
QueryPipeline.h Remove pausing, enable multithreading, kick off refresh on table creation unless the query says EMPTY 2023-12-28 17:56:06 +00:00
QueryPipelineBuilder.cpp style check 2024-01-08 19:47:02 +01:00
QueryPipelineBuilder.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
QueryPlanResourceHolder.cpp Renaming PipelineResourcesHolder.h/cpp to QueryPlanResourceHolder.h/cpp 2022-12-10 18:08:10 +00:00
QueryPlanResourceHolder.h Renaming PipelineResourcesHolder.h/cpp to QueryPlanResourceHolder.h/cpp 2022-12-10 18:08:10 +00:00
ReadProgressCallback.cpp Remove lock from the ReadProgressCallback 2024-02-22 18:00:55 +01:00
ReadProgressCallback.h Remove lock from the ReadProgressCallback 2024-02-22 18:00:55 +01:00
RemoteInserter.cpp update timezone packet handling in remote inserter 2023-04-12 22:54:51 +02:00
RemoteInserter.h fix inserts to distributed tables in case of change of native protocol 2022-01-29 03:23:25 +03:00
RemoteQueryExecutor.cpp Merge pull request #59487 from azat/dist/fix-uncaught-exception 2024-02-13 17:22:09 +01:00
RemoteQueryExecutor.h Use ConnectionPoolPtr instead of raw pointer 2024-02-05 12:56:03 +00:00
RemoteQueryExecutorReadContext.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
RemoteQueryExecutorReadContext.h Fixing more headers 2024-02-29 15:40:30 +00:00
SizeLimits.cpp Addition to prev. revision 2022-08-14 09:35:22 +02:00
SizeLimits.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
StreamLocalLimits.h Refactor a little bit more. 2022-05-31 14:43:38 +00:00