ClickHouse/src/QueryPipeline
Kruglov Pavel 188aa3b694
Merge pull request #36781 from Avogar/fix-timeout-message
Better exception messages while socket timeouts
2022-05-02 13:12:35 +02:00
..
examples
tests Updated additional cases 2021-12-20 15:55:07 +03:00
BlockIO.cpp Set is_all_data_sent on exceptions too 2022-04-30 13:00:44 +03:00
BlockIO.h Set is_all_data_sent on exceptions too 2022-04-30 13:00:44 +03:00
Chain.cpp Refactor many exception messages 2022-04-24 19:44:00 +08:00
Chain.h InterpreterInsertQuery::buildChain: Make sure to keep the context alive 2021-12-13 11:50:46 +01:00
CMakeLists.txt
ConnectionCollector.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ConnectionCollector.h Add ability to drain connections synchronously 2021-12-14 10:18:57 +03:00
ExecutionSpeedLimits.cpp Refactor many exception messages 2022-04-24 19:44:00 +08:00
ExecutionSpeedLimits.h
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 remove unneeded if statement 2022-04-25 16:31:37 +00:00
Pipe.h Remove abbreviation 2022-04-18 01:02:49 +02:00
PipelineResourcesHolder.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
PipelineResourcesHolder.h Refactor many exception messages 2022-04-24 19:44:00 +08:00
printPipeline.cpp
printPipeline.h
ProfileInfo.cpp
ProfileInfo.h
QueryPipeline.cpp fix typo 2022-04-27 12:35:56 +00:00
QueryPipeline.h fix typo 2022-04-27 12:24:49 +00:00
QueryPipelineBuilder.cpp Refactor many exception messages 2022-04-24 19:44:00 +08:00
QueryPipelineBuilder.h Refactoring QueryPipeline 2022-03-31 19:26:35 +08:00
RemoteInserter.cpp base should not depend on Common 2022-04-29 10:26:35 +08: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 Refactor many exception messages 2022-04-24 19:44:00 +08:00
RemoteQueryExecutor.h Fix parallel_reading_from_replicas with clickhouse-bechmark (#34751) 2022-03-08 16:42:29 +01:00
RemoteQueryExecutorReadContext.cpp Better exception messages while socket timeouts 2022-04-29 09:04:24 +00:00
RemoteQueryExecutorReadContext.h
SizeLimits.cpp Refactor many exception messages 2022-04-24 19:44:00 +08:00
SizeLimits.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
StreamLocalLimits.h