ClickHouse/src/Processors
2023-09-26 09:03:38 +00:00
..
examples fix style 2023-08-21 12:12:31 +08:00
Executors Revert "Revert "Add settings for real-time updates during query execution"" 2023-09-09 12:29:39 +02:00
Formats Merge pull request #54933 from ClibMouse/feature/big-endian-bson-each-row 2023-09-23 03:00:27 +02:00
Merges Merge pull request #54706 from ClickHouse/replacing_merge_tree_with_clean_deleted_rows_disabled 2023-09-20 12:06:55 +02:00
QueryPlan Merge pull request #54825 from azat/fix-virtual-columns-filtering 2023-09-22 18:20:16 +02:00
Sinks Fixing PR comments 2023-09-19 12:15:01 +02:00
Sources Fix rows_before_limit_at_least for DelayedSource. 2023-08-31 12:53:58 +00:00
tests Make concurrency control controllable 2023-05-07 06:16:30 +02:00
Transforms Throw proper exception if promise was not set 2023-09-26 09:03:38 +00:00
TTL Optimize group by constant keys 2023-08-18 12:47:26 +00:00
Chunk.cpp Revert "Revert "Add settings for real-time updates during query execution"" 2023-09-09 12:29:39 +02:00
Chunk.h Apply suggestions from code review 2023-08-22 19:05:06 +02:00
CMakeLists.txt revert file 2023-08-15 12:17:49 +08:00
ConcatProcessor.cpp
ConcatProcessor.h Make some classes 'final' 2023-02-02 15:59:39 +00:00
DelayedPortsProcessor.cpp Fix check for delayed ports. 2023-08-21 13:08:32 +00:00
DelayedPortsProcessor.h Fix check for delayed ports. 2023-08-21 13:08:32 +00:00
ForkProcessor.cpp
ForkProcessor.h Make some classes 'final' 2023-02-02 15:59:39 +00:00
IAccumulatingTransform.cpp Remove obsolete code. 2023-08-21 14:04:07 +00:00
IAccumulatingTransform.h Remove obsolete code. 2023-08-21 14:04:07 +00:00
IInflatingTransform.cpp
IInflatingTransform.h
IProcessor.cpp Revert "Revert "Add settings for real-time updates during query execution"" 2023-09-09 12:29:39 +02:00
IProcessor.h Revert "Revert "Add settings for real-time updates during query execution"" 2023-09-09 12:29:39 +02:00
ISimpleTransform.cpp
ISimpleTransform.h
ISink.cpp
ISink.h
ISource.cpp Fix summary reporting with parallel replicas with LIMIT (#53050) 2023-09-04 15:53:06 +02:00
ISource.h Fix summary reporting with parallel replicas with LIMIT (#53050) 2023-09-04 15:53:06 +02:00
LimitTransform.cpp Revert "Revert "Add settings for real-time updates during query execution"" 2023-09-09 12:29:39 +02:00
LimitTransform.h Increase amount of rows in requests for partial result tests 2023-09-09 10:33:05 +00:00
OffsetTransform.cpp
OffsetTransform.h Correct exact_rows_before_limit in all senarios 2023-03-22 23:26:31 +08:00
PingPongProcessor.cpp Apply suggestions from code review 2023-02-13 12:17:56 +01:00
PingPongProcessor.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
Port.cpp
Port.h
QueueBuffer.h Make some classes 'final' 2023-02-02 15:59:39 +00:00
ResizeProcessor.cpp Merge branch 'master' into not-ready-set-bug 2023-08-21 10:59:51 +00:00
ResizeProcessor.h Fix check for finished outputs in DelayedPortsProcessor. Do not make input ports needed too early in Resize. 2023-08-09 13:35:39 +00:00
RowsBeforeLimitCounter.h