ClickHouse/src/QueryPipeline
2022-03-16 15:28:09 +00:00
..
examples
tests Updated additional cases 2021-12-20 15:55:07 +03:00
BlockIO.cpp Fix vulnerable code related to std::move and noexcept 2022-03-02 18:15:27 +00:00
BlockIO.h Fix vulnerable code related to std::move and noexcept 2022-03-02 18:15:27 +00:00
Chain.cpp
Chain.h InterpreterInsertQuery::buildChain: Make sure to keep the context alive 2021-12-13 11:50:46 +01:00
CMakeLists.txt
ConnectionCollector.cpp Add ability to drain connections synchronously 2021-12-14 10:18:57 +03:00
ConnectionCollector.h Add ability to drain connections synchronously 2021-12-14 10:18:57 +03:00
ExecutionSpeedLimits.cpp
ExecutionSpeedLimits.h
narrowBlockInputStreams.cpp
narrowBlockInputStreams.h
Pipe.cpp Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
Pipe.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
PipelineResourcesHolder.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
PipelineResourcesHolder.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
printPipeline.cpp
printPipeline.h
ProfileInfo.cpp
ProfileInfo.h Update obsolete comments. 2021-10-19 12:58:10 +03:00
QueryPipeline.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
QueryPipeline.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
QueryPipelineBuilder.cpp Remove unused code 2021-12-14 22:44:54 +03:00
QueryPipelineBuilder.h Remove unused code 2021-12-14 22:44:54 +03:00
RemoteInserter.cpp Improve the opentelemetry span logs for INSERT on distributed table (#34480) 2022-03-03 12:53:29 +01: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 remote-tracking branch 'upstream/master' into HEAD 2022-03-14 16:28:35 +00:00
RemoteQueryExecutor.h Fix parallel_reading_from_replicas with clickhouse-bechmark (#34751) 2022-03-08 16:42:29 +01:00
RemoteQueryExecutorReadContext.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
RemoteQueryExecutorReadContext.h
SizeLimits.cpp
SizeLimits.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
StreamLocalLimits.h