ClickHouse/src/Processors
Anton Popov 512b27ef27
Merge pull request #49873 from amosbird/fix_49839
Fix a bug with projections and the aggregate_functions_null_for_empty setting (for query_plan_optimize_projection)
2023-05-15 15:58:42 +02:00
..
examples Fix compiling examples without Hive 2023-03-31 06:05:16 +02:00
Executors Fixes for clang-17 2023-05-13 02:57:31 +02:00
Formats Merge pull request #49412 from azat/block-use-dense-hash-map 2023-05-15 12:22:55 +02:00
Merges Optimize opentelemetry_span_log 2023-05-08 05:15:28 +02:00
QueryPlan Merge pull request #49873 from amosbird/fix_49839 2023-05-15 15:58:42 +02:00
Sinks
Sources Simplify simplify simplify 2023-05-05 16:28:51 +00:00
tests only link arrow lib if it exists, same for ut 2023-03-27 09:22:07 -03:00
Transforms Fixes for clang-17 2023-05-13 02:57:31 +02:00
TTL
Chunk.cpp Query cache: Enable compression and squashing of result blocks 2023-03-20 20:11:41 +00:00
Chunk.h Query cache: Enable compression and squashing of result blocks 2023-03-20 20:11:41 +00:00
CMakeLists.txt
ConcatProcessor.cpp
ConcatProcessor.h
DelayedPortsProcessor.cpp
DelayedPortsProcessor.h
ForkProcessor.cpp
ForkProcessor.h
IAccumulatingTransform.cpp
IAccumulatingTransform.h
IInflatingTransform.cpp
IInflatingTransform.h
IProcessor.cpp
IProcessor.h Call IProcessor::onCancel() once 2023-04-12 10:04:31 +00:00
ISimpleTransform.cpp
ISimpleTransform.h
ISink.cpp
ISink.h
ISource.cpp Support totals and extremes in query cache 2023-04-24 22:23:27 +00:00
ISource.h
LimitTransform.cpp Fix more cases 2023-03-23 14:52:33 +08:00
LimitTransform.h Fix more cases 2023-03-23 14:52:33 +08:00
OffsetTransform.cpp
OffsetTransform.h Correct exact_rows_before_limit in all senarios 2023-03-22 23:26:31 +08:00
PingPongProcessor.cpp
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
ResizeProcessor.cpp
ResizeProcessor.h Parallel reading in FROM file() 2023-04-06 21:57:03 +00:00
RowsBeforeLimitCounter.h