ClickHouse/src/Processors/Transforms
Nikita Taranov 8ba3d405de impl
2022-07-01 16:05:32 +02:00
..
AddingDefaultsTransform.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
AddingDefaultsTransform.h Rename some constants. 2021-07-21 19:13:17 +03:00
AggregatingInOrderTransform.cpp Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
AggregatingInOrderTransform.h Implement merging only for AggregatingStep 2022-06-16 09:58:36 +03:00
AggregatingTransform.cpp Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
AggregatingTransform.h Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02: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 Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
CubeTransform.h Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
DistinctSortedTransform.cpp Fix: wrong header variable was used 2022-06-28 20:15:16 +00:00
DistinctSortedTransform.h Distinct sorted: calculate column positions once in constructor 2022-06-28 19:59:05 +00: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 Remove Arcadia 2022-04-16 00:20:47 +02:00
ExtremesTransform.cpp
ExtremesTransform.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
FillingTransform.cpp impl 2022-07-01 16:05:32 +02: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 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 base should not depend on Common 2022-04-29 10:26:35 +08:00
JoiningTransform.h fix code comment 2021-11-25 11:11:25 +08:00
LimitByTransform.cpp Attempt to normalize big integers 2021-04-25 12:30:43 +03:00
LimitByTransform.h Attempt to normalize big integers 2021-04-25 12:30:43 +03:00
LimitsCheckingTransform.cpp Move some resources 2022-05-20 19:49:31 +00: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 Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
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 improve performance of aggregation in order of primary key 2021-10-18 18:32:09 +03:00
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 "Revert "Fix optimization in PartialSortingTransform (SIGSEGV and possible incorrect result)"" 2022-06-27 10:37:19 +02: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 Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
RollupTransform.h Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02: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 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 Revert "Non Negative Derivative window function" 2022-06-29 08:56:15 +03:00
WindowTransform.h Remove abbreviation 2022-04-18 01:02:49 +02:00