ClickHouse/dbms/src/Processors
Nikolai Kochetov f7c17435b8 Fix build
2020-03-19 16:29:59 +03:00
..
Executors Fix build 2020-03-19 16:29:59 +03:00
Formats Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
Sources Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
tests Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
Transforms Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
Chunk.cpp Add forgotten rows number check to chunk constructor. 2019-12-03 14:56:51 +03:00
Chunk.h Added comment to Chunk.h 2020-02-28 18:47:38 +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 Added most of bugprone checks 2020-03-18 19:51:20 +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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
IAccumulatingTransform.h Added AggregatingTransform. 2019-04-03 13:13:25 +03:00
IInflatingTransform.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
IInflatingTransform.h Added more comments. 2020-01-24 20:04:41 +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 Remove excessive empty lines 2020-03-03 05:43:59 +03:00
ISimpleTransform.cpp better InflatingExpressionTransform 2020-01-22 10:46:14 +03:00
ISimpleTransform.h better InflatingExpressionTransform 2020-01-22 10:46:14 +03:00
ISink.cpp Use processors for sending external tables. 2020-02-19 18:09:32 +03:00
ISink.h Use processors for sending external tables. 2020-02-19 18:09:32 +03:00
ISource.cpp Update ISource. 2020-01-27 21:09:20 +03:00
ISource.h Added Pipe class. Updated MergeTreeDataSelectExecutor. 2019-10-21 18:16:08 +03:00
LimitTransform.cpp Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
LimitTransform.h Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
NullSink.h Fix race in doExpandPipeline. 2019-07-08 15:49:46 +03:00
Pipe.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
Pipe.h Better pointers: std::shared_ptr<const QuotaContext> instead of std::shared_ptr<QuotaContext>, boost::atomic_shared_ptr instead of std::atomic_load/store. 2020-02-21 00:57:42 +03:00
Port.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +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 Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
QueryPipeline.h Change the way how rows_before_limit_at_least is calculated for processors pipeline. 2020-03-19 14:45:52 +03:00
QueueBuffer.h Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
ResizeProcessor.cpp clang-tidy, part 2 2020-03-18 03:57:00 +03:00
ResizeProcessor.h Update Resize processor 2020-01-14 12:15:34 +03:00
RowsBeforeLimitCounter.h Fix build 2020-03-19 16:29:59 +03:00