ClickHouse/src/Processors/Transforms
2022-10-04 08:20:13 +00: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 Merge pull request #39138 from nickitat/control_block_size_in_aggregator 2022-09-04 04:51:00 +03:00
AggregatingInOrderTransform.h Implement merging only for AggregatingStep 2022-06-16 09:58:36 +03:00
AggregatingTransform.cpp fixes for TemporaryDataOnDisk 2022-09-29 10:09:29 +00:00
AggregatingTransform.h Refector ROLLUP and CUBE 2022-06-30 10:13:58 +00:00
ArrayJoinTransform.cpp Refactor ActionsChain. 2020-08-14 21:24:58 +03:00
ArrayJoinTransform.h Specify columns after ARRAY JOIN and JOIN. 2020-08-14 21:24:03 +03:00
buildPushingToViewsChain.cpp Fixing race. 2022-09-22 17:57:04 +00:00
buildPushingToViewsChain.h Fix a destruction order for views ThreadStatus 2022-09-21 18:37:40 +00: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 Fix 3/4 of trash 2022-09-19 08:50:53 +02:00
ColumnGathererTransform.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
CopyTransform.cpp Add parallel final. 2020-04-30 12:59:08 +03:00
CopyTransform.h Add parallel final. 2020-04-30 12:59:08 +03:00
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
CreateSetAndFilterOnTheFlyTransform.cpp Minor fix 2022-08-30 11:57:28 +00:00
CreateSetAndFilterOnTheFlyTransform.h Style fixes in CreateSetAndFilterOnTheFlyTransform and related 2022-08-29 11:26:21 +00:00
CreatingSetsTransform.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
CreatingSetsTransform.h Refactor PreparedSets/SubqueryForSet 2022-07-26 18:39:02 +00:00
CubeTransform.cpp Merge remote-tracking branch 'origin/master' into group-by-use-nulls 2022-07-01 16:24:05 +00:00
CubeTransform.h Merge remote-tracking branch 'origin/master' into group-by-use-nulls 2022-07-01 16:24:05 +00:00
DistinctSortedChunkTransform.cpp Couple optimizations 2022-07-23 00:03:26 +00:00
DistinctSortedChunkTransform.h Couple optimizations 2022-07-23 00:03:26 +00:00
DistinctSortedTransform.cpp Test: distinct sorted is not used on const column 2022-08-02 17:44:43 +00:00
DistinctSortedTransform.h Construct DistinctSortedTransform only when it makes sense 2022-07-30 19:41:03 +00:00
DistinctTransform.cpp Fix: read row counts before move columns out of chunk 2022-08-05 21:29:57 +00:00
DistinctTransform.h Simple refactoring: ordinary DISTINCT implementation 2022-07-30 20:25:56 +00: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 Checkpoint 2020-04-22 10:03:43 +03:00
ExtremesTransform.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
FillingTransform.cpp Remove some methods 2022-09-10 05:04:40 +02:00
FillingTransform.h refactoring 2022-03-30 16:34:19 -04:00
FilterSortedStreamByRange.h POC lightweight delete using __row_exists virtual column and prewhere-like filtering 2022-07-18 20:06:42 +02:00
FilterTransform.cpp Fix vertical merge of parts with lightweight deleted rows 2022-08-24 15:18:33 +02:00
FilterTransform.h Fix vertical merge of parts with lightweight deleted rows 2022-08-24 15:18:33 +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 Cleanup: related to #38719 (SortingStep: deduce way to sort based on input stream sort) 2022-07-13 17:57:37 +00: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 implement intersect + except distinct 2022-08-30 18:09:01 +08:00
IntersectOrExceptTransform.h Some fixes around any/all 2021-08-14 20:33:03 +03:00
JoiningTransform.cpp wip grace hash 2022-10-04 08:20:13 +00:00
JoiningTransform.h wip grace hash 2022-10-04 08:20:13 +00: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
MergeJoinTransform.cpp Fix typos with new codespell 2022-09-02 08:54:48 +00:00
MergeJoinTransform.h Join enums refactoring 2022-07-29 18:35:05 +02:00
MergeSortingTransform.cpp fixes for TemporaryDataOnDisk 2022-09-29 10:09:29 +00:00
MergeSortingTransform.h better TemporaryDataOnDisk 2022-09-29 09:51:46 +00:00
MergingAggregatedMemoryEfficientTransform.cpp Improve memory usage during memory efficient merging of aggregation results (#39429) 2022-08-03 17:56:59 +02: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 Remove namespace pollution 2020-05-31 00:57:37 +03:00
MongoDBSource.cpp Fix 6/7 of trash 2022-09-19 08:53:20 +02:00
MongoDBSource.h Move some resources 2022-05-20 19:49:31 +00:00
PartialSortingTransform.cpp Fix a bug with missing rows after partial sort optimisation #41182 2022-09-20 14:08:39 +00:00
PartialSortingTransform.h Cleanup: related to #38719 (SortingStep: deduce way to sort based on input stream sort) 2022-07-13 17:57:37 +00: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 Cleanup code 2022-07-07 18:53:20 +00:00
RollupTransform.h Merge remote-tracking branch 'origin/master' into group-by-use-nulls 2022-07-01 16:24:05 +00:00
SortingTransform.cpp SortingTransform add cursor order 2022-06-18 18:20:00 +02:00
SortingTransform.h Cleanup: related to #38719 (SortingStep: deduce way to sort based on input stream sort) 2022-07-13 17:57:37 +00: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 Fix 6/7 of trash 2022-09-19 08:53:20 +02:00
WindowTransform.h Fixed tests on Debug build type. 2022-08-16 15:43:37 +02:00