ClickHouse/src/Processors/Transforms
2022-06-27 19:51:06 +00:00
..
AddingDefaultsTransform.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
AddingDefaultsTransform.h
AggregatingInOrderTransform.cpp Implement merging only for AggregatingStep 2022-06-16 09:58:36 +03:00
AggregatingInOrderTransform.h Implement merging only for AggregatingStep 2022-06-16 09:58:36 +03:00
AggregatingTransform.cpp Skip progress for merging sources. 2022-06-02 09:15:17 +00:00
AggregatingTransform.h Implement merging only for AggregatingStep 2022-06-16 09:58:36 +03:00
ArrayJoinTransform.cpp
ArrayJoinTransform.h
buildPushingToViewsChain.cpp Merge branch 'master' into refactor-read-metrics-and-callbacks 2022-05-25 16:27:40 +02:00
buildPushingToViewsChain.h Update buildPushingToViewsChain.h 2022-02-11 14:34:20 +08:00
CheckConstraintsTransform.cpp Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
CheckConstraintsTransform.h Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
CheckSortedTransform.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
CheckSortedTransform.h Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
ColumnGathererTransform.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ColumnGathererTransform.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
CopyTransform.cpp
CopyTransform.h
CountingTransform.cpp more strict quota for written bytes 2022-04-01 15:02:49 +00:00
CountingTransform.h more strict quota for written bytes 2022-04-01 15:02:49 +00:00
CreatingSetsTransform.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
CreatingSetsTransform.h Fix wrong destruction order in CreatingSetsTransform. 2022-02-08 10:41:07 +00:00
CubeTransform.cpp Support types with non-standard defaults in ROLLUP, CUBE, GROUPING SETS 2022-05-31 00:11:10 +00:00
CubeTransform.h Merge remote-tracking branch 'origin/master' into grouping-function 2022-05-19 17:58:33 +00:00
DistinctSortedChunkTransform.cpp Fix: input chunk can have empty columns (no rows) 2022-06-27 19:51:06 +00:00
DistinctSortedChunkTransform.h Some polishing 2022-06-26 21:44:10 +00:00
DistinctSortedTransform.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
DistinctSortedTransform.h Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
DistinctTransform.cpp Fixes: 2022-06-26 09:43:31 +00:00
DistinctTransform.h
ExceptionKeepingTransform.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ExceptionKeepingTransform.h Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
ExpressionTransform.cpp Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
ExpressionTransform.h Remove Arcadia 2022-04-16 00:20:47 +02:00
ExtremesTransform.cpp
ExtremesTransform.h
FillingTransform.cpp fix WITH FILL with negative itervals 2022-05-27 12:42:51 +00:00
FillingTransform.h refactoring 2022-03-30 16:34:19 -04:00
FilterSortedStreamByRange.h Bring back #36396 (#38110) 2022-06-22 15:05:07 +02:00
FilterTransform.cpp return back result_size_hint 2022-02-15 15:12:25 +03:00
FilterTransform.h Bring back #36396 (#38110) 2022-06-22 15:05:07 +02:00
finalizeChunk.cpp Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
finalizeChunk.h Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
FinishSortingTransform.cpp Fix usage of min_count_to_compile_sort_description setting 2022-05-11 21:59:51 +02:00
FinishSortingTransform.h Fix usage of min_count_to_compile_sort_description setting 2022-05-11 21:59:51 +02:00
getSourceFromASTInsertQuery.cpp avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
getSourceFromASTInsertQuery.h
IntersectOrExceptTransform.cpp
IntersectOrExceptTransform.h
JoiningTransform.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
JoiningTransform.h
LimitByTransform.cpp
LimitByTransform.h
LimitsCheckingTransform.cpp Move some resources 2022-05-20 19:49:31 +00:00
LimitsCheckingTransform.h
MaterializingTransform.cpp
MaterializingTransform.h
MergeSortingTransform.cpp Fix usage of min_count_to_compile_sort_description setting 2022-05-11 21:59:51 +02:00
MergeSortingTransform.h Fix usage of min_count_to_compile_sort_description setting 2022-05-11 21:59:51 +02:00
MergingAggregatedMemoryEfficientTransform.cpp impl 2022-03-18 22:58:35 +00:00
MergingAggregatedMemoryEfficientTransform.h
MergingAggregatedTransform.cpp fix build fail with gcc 2022-03-08 22:34:51 +08:00
MergingAggregatedTransform.h
MongoDBSource.cpp Move some resources 2022-05-20 19:49:31 +00:00
MongoDBSource.h Move some resources 2022-05-20 19:49:31 +00:00
PartialSortingTransform.cpp Revert "Fix optimization in PartialSortingTransform (SIGSEGV and possible incorrect result)" 2022-06-23 23:01:11 +03:00
PartialSortingTransform.h PartialSortingTransform refactoring 2022-06-10 18:34:45 +02:00
PostgreSQLSource.cpp Check row size to avoid out of bounds access 2022-06-18 00:16:45 +02:00
PostgreSQLSource.h Move some resources 2022-05-20 19:49:31 +00:00
ReverseTransform.cpp
ReverseTransform.h
RollupTransform.cpp Support types with non-standard defaults in ROLLUP, CUBE, GROUPING SETS 2022-05-31 00:11:10 +00:00
RollupTransform.h Merge remote-tracking branch 'origin/master' into grouping-function 2022-05-19 17:58:33 +00:00
SortingTransform.cpp SortingTransform add cursor order 2022-06-18 18:20:00 +02:00
SortingTransform.h Replaced SortingHeap with SortingQueue 2022-06-18 18:20:00 +02:00
SquashingChunksTransform.cpp Remove memory reservation for SquashingTransform 2022-04-29 17:04:56 +03:00
SquashingChunksTransform.h Remove memory reservation for SquashingTransform 2022-04-29 17:04:56 +03:00
TotalsHavingTransform.cpp Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
TotalsHavingTransform.h Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
TTLCalcTransform.cpp
TTLCalcTransform.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
TTLTransform.cpp fix log message and flaky test 2022-01-12 18:20:22 +03:00
TTLTransform.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
WatermarkTransform.cpp Small simplification, some comments 2021-11-30 11:16:24 +03:00
WatermarkTransform.h Small simplification, some comments 2021-11-30 11:16:24 +03:00
WindowTransform.cpp merge from master 2022-06-10 17:51:17 +03:00
WindowTransform.h Remove abbreviation 2022-04-18 01:02:49 +02:00