ClickHouse/src/Processors/Transforms
2022-03-02 18:15:27 +00:00
..
AddingDefaultsTransform.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AddingDefaultsTransform.h Rename some constants. 2021-07-21 19:13:17 +03:00
AddingSelectorTransform.cpp
AddingSelectorTransform.h
AggregatingInOrderTransform.cpp Fix memory leak in AggregatingInOrderTransform 2022-02-09 09:23:56 +03:00
AggregatingInOrderTransform.h improve performance of aggregation in order primary key with function with heavy states 2021-10-19 16:36:31 +03:00
AggregatingTransform.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
AggregatingTransform.h fix typos 2021-11-23 17:58:16 +03:00
ArrayJoinTransform.cpp
ArrayJoinTransform.h
buildPushingToViewsChain.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
buildPushingToViewsChain.h Update buildPushingToViewsChain.h 2022-02-11 14:34:20 +08:00
CheckConstraintsTransform.cpp Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
CheckConstraintsTransform.h Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
CheckSortedTransform.cpp Remove more streams. 2021-07-22 19:05:52 +03:00
CheckSortedTransform.h Remove more streams. 2021-07-22 19:05:52 +03:00
ColumnGathererTransform.cpp Update memory optimisation for MergingSorted. 2021-10-18 12:54:12 +03:00
ColumnGathererTransform.h Remove some more streams. 2021-10-08 17:03:54 +03:00
CopyTransform.cpp
CopyTransform.h
CountingTransform.cpp Merge remote-tracking branch 'blessed/master' into kill_scalar_github 2021-12-23 13:59:33 +01:00
CountingTransform.h Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
CreatingSetsTransform.cpp Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
CreatingSetsTransform.h Fix wrong destruction order in CreatingSetsTransform. 2022-02-08 10:41:07 +00:00
CubeTransform.cpp revert changes made to cube transform 2021-11-23 17:58:16 +03:00
CubeTransform.h
DistinctSortedTransform.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
DistinctSortedTransform.h Remove some more streams. 2021-10-08 17:03:54 +03:00
DistinctTransform.cpp add comments 2021-12-08 18:56:30 +03:00
DistinctTransform.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
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 Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
ExtremesTransform.cpp
ExtremesTransform.h
FillingTransform.cpp Merge pull request #30927 from CurtizJ/with-fill-interval 2021-11-03 11:23:21 +03:00
FillingTransform.h fix fuzzer in query with 'WITH FILL' and 'WITH TOTALS' 2021-06-22 16:08:12 +03:00
FilterTransform.cpp return back result_size_hint 2022-02-15 15:12:25 +03:00
FilterTransform.h Calculate header for ActionsDAG 2021-05-13 16:38:18 +03:00
FinishSortingTransform.cpp
FinishSortingTransform.h
getSourceFromASTInsertQuery.cpp avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
getSourceFromASTInsertQuery.h fix data race in async inserts 2021-09-10 13:24:09 +03:00
IntersectOrExceptTransform.cpp Some final fixes 2021-08-15 11:40:30 +03:00
IntersectOrExceptTransform.h Some fixes around any/all 2021-08-14 20:33:03 +03:00
JoiningTransform.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
JoiningTransform.h fix code comment 2021-11-25 11:11:25 +08:00
LimitByTransform.cpp
LimitByTransform.h
LimitsCheckingTransform.cpp Rename Quota::ResourceType -> QuotaType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
LimitsCheckingTransform.h Reduce header exposure to ProcessList.h 2021-11-26 12:52:51 +01:00
MaterializingTransform.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-10-18 15:18:22 +03:00
MaterializingTransform.h
MergeSortingTransform.cpp Update memory optimisation for MergingSorted. 2021-10-18 12:54:12 +03:00
MergeSortingTransform.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MergingAggregatedMemoryEfficientTransform.cpp Fix "Chunk should have AggregatedChunkInfo in GroupingAggregatedTransform" 2022-01-14 17:44:09 +03:00
MergingAggregatedMemoryEfficientTransform.h improve performance of aggregation in order of primary key 2021-10-18 18:32:09 +03:00
MergingAggregatedTransform.cpp fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
MergingAggregatedTransform.h
MongoDBSource.cpp Done 2021-12-09 14:44:25 +00:00
MongoDBSource.h Remove some more streams. 2021-10-08 17:03:54 +03:00
PartialSortingTransform.cpp
PartialSortingTransform.h
PostgreSQLSource.cpp Add retry for postgres query 2021-12-27 11:03:04 +03:00
PostgreSQLSource.h Remove cruft 2021-10-28 02:10:39 +03:00
ReplacingWindowColumnTransform.h Rewrite from DataStreams to Processors 2021-11-19 16:09:12 +03:00
ReverseTransform.cpp
ReverseTransform.h
RollupTransform.cpp
RollupTransform.h
SelectorInfo.h
SortingTransform.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-01 15:49:02 +03:00
SortingTransform.h Remove some code 2021-07-17 21:06:46 +03:00
SquashingChunksTransform.cpp Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
SquashingChunksTransform.h Fix MV query with multiple chunk result. 2021-12-16 21:17:05 +03:00
TotalsHavingTransform.cpp grouping sets cleanup 2021-11-26 22:33:14 +03:00
TotalsHavingTransform.h grouping sets cleanup 2021-11-26 22:33:14 +03:00
TTLCalcTransform.cpp Move TTL streams and algo 2021-10-15 13:11:57 +03:00
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 clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
WindowTransform.h Another try. 2021-12-08 14:22:43 +03:00