ClickHouse/dbms/src/Processors
2019-05-14 12:50:04 +03:00
..
Executors Fix data race in PipelineExecutor. 2019-05-13 13:03:47 +03:00
Formats Fix JSONCompact field delimiter. 2019-04-12 19:06:38 +03:00
Sources Read prefix in SourceFromInputStream. 2019-04-25 16:34:59 +03:00
tests Fix build. 2019-04-29 21:24:32 +03:00
Transforms Better exception safety for ISource and MergingAggregatedTransform. 2019-05-14 12:50:04 +03:00
Chunk.cpp Check num columns in chunk while pushing to port. 2019-04-08 13:37:09 +03:00
Chunk.h Check num columns in chunk while pushing to port. 2019-04-08 13:37:09 +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
ForkProcessor.cpp Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +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 Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +03:00
ISimpleTransform.cpp Don't add info about processors to TOO_MANY_ROWS_OR_BYTES exception. 2019-04-26 21:43:13 +03:00
ISimpleTransform.h Allow pass exceptions through ports. Pass exceptions for ISimpleTransform. 2019-04-26 19:21:24 +03:00
ISink.cpp Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
ISink.h Fix MergingSortedTransform. Update PipelineExecutor. 2019-04-03 13:13:25 +03:00
ISource.cpp Better exception safety for ISource and MergingAggregatedTransform. 2019-05-14 12:50:04 +03:00
ISource.h Disable pushing exceptions to ports from ISource. 2019-04-30 12:45:13 +03:00
LimitTransform.cpp Do not create processors for totals stream. 2019-04-30 20:01:12 +03:00
LimitTransform.h Do not create processors for totals stream. 2019-04-30 20:01:12 +03:00
NullSink.h Multiple fixes. 2019-04-05 13:52:07 +03:00
Port.cpp Better message for connect. 2019-04-11 18:31:23 +03:00
Port.h Pass exception from ISource. 2019-04-29 21:43:50 +03:00
printPipeline.h Updated PipelineExecutor. 2019-02-15 19:18:25 +03:00
QueryPipeline.cpp Fix rows_before_limit_at_least. 2019-05-13 16:04:52 +03:00
QueryPipeline.h Attach to current thread in threadpool. 2019-04-29 16:57:29 +03:00
QueueBuffer.h Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
ResizeProcessor.cpp Even task consuming in ResizeProcessor. 2019-04-26 14:40:35 +03:00
ResizeProcessor.h Even task consuming in ResizeProcessor. 2019-04-26 14:34:51 +03:00