ClickHouse/dbms/src/Processors
2020-01-23 02:10:38 +03:00
..
Executors Merge pull request #8735 from ClickHouse/processors-5.12 2020-01-21 11:51:07 +03:00
Formats Minor modifications 2020-01-19 20:02:29 +03:00
Sources Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
tests More GCC warnings 2019-12-16 23:19:50 +02:00
Transforms Update SortingTransform. 2020-01-20 19:48:15 +03:00
Chunk.cpp Add forgotten rows number check to chunk constructor. 2019-12-03 14:56:51 +03:00
Chunk.h Review fixes. 2019-10-21 19:26:29 +03:00
CMakeLists.txt Processors: experimental [#CLICKHOUSE-2948] 2018-05-19 07:19:38 +03:00
ConcatProcessor.cpp Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +03:00
ConcatProcessor.h QueryPipeline [in progress]. 2019-04-03 13:14:36 +03:00
DelayedPortsProcessor.cpp Fix DelayedPortsProcessor. 2020-01-09 15:24:56 +03:00
DelayedPortsProcessor.h Added DelayedPortsProcessor. 2020-01-09 13:37:27 +03:00
ForkProcessor.cpp Remove copy constructor from Chunk. 2019-06-25 19:41:59 +03:00
ForkProcessor.h Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +03:00
IAccumulatingTransform.cpp Fix data race in PipelineExecutor. 2019-05-13 13:03:47 +03:00
IAccumulatingTransform.h Added AggregatingTransform. 2019-04-03 13:13:25 +03:00
IInflatingTransform.cpp Added IInflatingTransform 2019-04-03 13:13:25 +03:00
IInflatingTransform.h Multiple fixes. 2019-04-05 13:52:07 +03:00
IProcessor.cpp Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +03:00
IProcessor.h Add threads quota for processors. 2019-12-26 19:15:31 +03:00
ISimpleTransform.cpp Update ISimpleTransform. 2020-01-14 22:14:10 +03:00
ISimpleTransform.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ISink.cpp Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
ISink.h Fix race in doExpandPipeline. 2019-07-08 15:49:46 +03:00
ISource.cpp Atomic Ports. 2019-06-25 19:42:26 +03:00
ISource.h Added Pipe class. Updated MergeTreeDataSelectExecutor. 2019-10-21 18:16:08 +03:00
LimitTransform.cpp limit with ties for processors 2019-08-27 20:48:42 +03:00
LimitTransform.h limit with ties for processors 2019-08-27 20:48:42 +03:00
NullSink.h Fix race in doExpandPipeline. 2019-07-08 15:49:46 +03:00
Pipe.cpp Add threads quota for processors. 2019-12-26 19:15:31 +03:00
Pipe.h Add threads quota for processors. 2019-12-26 19:15:31 +03:00
Port.cpp Better message for connect. 2019-04-11 18:31:23 +03:00
Port.h Add pull with not_needed flag to output port. 2020-01-13 12:56:42 +03:00
printPipeline.h Update PipelineExecutor. 2019-06-25 19:41:11 +03:00
QueryPipeline.cpp Update ResizeProcessor. 2020-01-13 15:04:02 +03:00
QueryPipeline.h Update ResizeProcessor. 2020-01-13 15:04:02 +03:00
QueueBuffer.h Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
ResizeProcessor.cpp Update ResizeProcessor.cpp 2020-01-19 10:11:21 +03:00
ResizeProcessor.h Update Resize processor 2020-01-14 12:15:34 +03:00
SharedChunk.h limit with ties for processors 2019-08-27 20:48:42 +03:00