ClickHouse/src/Processors/Transforms
2023-11-06 13:25:32 +00:00
..
AddingDefaultsTransform.cpp
AddingDefaultsTransform.h
AggregatingInOrderTransform.cpp Fix memory consumption when max_block_size is huge in Aggregator + more memory checks (#51566) 2023-08-02 15:11:52 +02:00
AggregatingInOrderTransform.h
AggregatingTransform.cpp Revert partial result 2023-10-21 03:14:22 +02:00
AggregatingTransform.h Revert partial result 2023-10-21 03:14:22 +02:00
ArrayJoinTransform.cpp Respect max_block_size for array join to avoid possible OOM 2023-09-18 11:04:38 +08:00
ArrayJoinTransform.h Respect max_block_size for array join to avoid possible OOM 2023-09-18 11:04:38 +08:00
buildPushingToViewsChain.cpp Analyzer: fix 01019_alter_materialized_view_consistent 2023-11-02 10:27:22 +00:00
buildPushingToViewsChain.h Correctly disable async insert with deduplication when it's not needed (#50663) 2023-06-07 20:33:08 +02:00
CheckConstraintsTransform.cpp Make serializeAST() more regular 2023-07-20 10:39:26 +00:00
CheckConstraintsTransform.h
CheckSortedTransform.cpp
CheckSortedTransform.h
ColumnGathererTransform.cpp Correct exact_rows_before_limit in all senarios 2023-03-22 23:26:31 +08:00
ColumnGathererTransform.h Print more information about one logical error in MergeTreeDataWriter (#55001) 2023-09-26 13:23:26 -07:00
CopyTransform.cpp
CopyTransform.h
CountingTransform.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
CountingTransform.h
CreateSetAndFilterOnTheFlyTransform.cpp Convert sparse to full in CreateSetAndFilterOnTheFlyStep 2023-08-03 14:43:03 +00:00
CreateSetAndFilterOnTheFlyTransform.h
CreatingSetsTransform.cpp Fix data race in CreatingSetsTransform 2023-10-19 12:26:02 +02:00
CreatingSetsTransform.h Refactor a bit more. 2023-06-21 20:55:27 +00:00
CubeTransform.cpp
CubeTransform.h
DistinctSortedChunkTransform.cpp Fix: sorted distinct with sparse columns 2023-08-22 23:33:30 +00:00
DistinctSortedChunkTransform.h
DistinctSortedTransform.cpp
DistinctSortedTransform.h
DistinctTransform.cpp
DistinctTransform.h
ExceptionKeepingTransform.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
ExceptionKeepingTransform.h release buffers with exception context 2023-06-22 13:00:13 +02:00
ExpressionTransform.cpp Revert partial result 2023-10-21 03:14:22 +02:00
ExpressionTransform.h Revert partial result 2023-10-21 03:14:22 +02:00
ExtractColumnsTransform.cpp Support reading subcolumns from file/s3/hdfs/url/azureBlobStorage table functions 2023-07-04 21:17:26 +00:00
ExtractColumnsTransform.h Support reading subcolumns from file/s3/hdfs/url/azureBlobStorage table functions 2023-07-04 21:17:26 +00:00
ExtremesTransform.cpp
ExtremesTransform.h
FillingTransform.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FillingTransform.h Fix suffix generation (see added test in commit 3355894) 2023-05-14 15:52:49 +00:00
FilterSortedStreamByRange.h Fix typo 2023-08-16 20:40:28 +00:00
FilterTransform.cpp Fixing test 2023-03-24 10:35:47 +00:00
FilterTransform.h
finalizeChunk.cpp
finalizeChunk.h
FinishSortingTransform.cpp Consistent style for if statements. 2023-07-20 19:11:08 +08:00
FinishSortingTransform.h
getSourceFromASTInsertQuery.cpp
getSourceFromASTInsertQuery.h
IntersectOrExceptTransform.cpp
IntersectOrExceptTransform.h
JoiningTransform.cpp remove DelayedBlocksTask::finish 2023-07-21 09:24:16 +08:00
JoiningTransform.h remove DelayedBlocksTask::finish 2023-07-21 09:24:16 +08:00
LimitByTransform.cpp Implement endianness-independent SipHash and MergeTree checksum serialization 2023-07-19 10:01:55 -07:00
LimitByTransform.h
LimitsCheckingTransform.cpp Revert partial result 2023-10-21 03:14:22 +02:00
LimitsCheckingTransform.h Revert partial result 2023-10-21 03:14:22 +02:00
MaterializingTransform.cpp
MaterializingTransform.h
MemoryBoundMerging.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
MergeJoinTransform.cpp refactor MergeJoinTransform code. 2023-09-25 18:04:25 +08:00
MergeJoinTransform.h Merge branch 'ClickHouse:master' into refactor-MergeJoinTransform 2023-10-17 16:42:53 +08:00
MergeSortingTransform.cpp Revert partial result 2023-10-21 03:14:22 +02:00
MergeSortingTransform.h Revert partial result 2023-10-21 03:14:22 +02:00
MergingAggregatedMemoryEfficientTransform.cpp Updated implementation 2023-10-11 19:01:00 +03:00
MergingAggregatedMemoryEfficientTransform.h Updated implementation 2023-10-11 19:01:00 +03:00
MergingAggregatedTransform.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
MergingAggregatedTransform.h
PartialSortingTransform.cpp fix sorting of sparse columns with large limit 2023-07-31 17:40:22 +00:00
PartialSortingTransform.h Correct exact_rows_before_limit in all senarios 2023-03-22 23:26:31 +08:00
ReverseTransform.cpp ReverseTransform small improvement 2023-06-08 15:22:09 +03:00
ReverseTransform.h
RollupTransform.cpp
RollupTransform.h
SortingTransform.cpp
SortingTransform.h
SquashingChunksTransform.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
SquashingChunksTransform.h Support asynchronous inserts for native protocol (#54730) 2023-10-20 18:39:48 +02:00
StreamInQueryCacheTransform.cpp Simplify simplify simplify 2023-05-05 16:28:51 +00:00
StreamInQueryCacheTransform.h Simplify simplify simplify 2023-05-05 16:28:51 +00:00
TotalsHavingTransform.cpp
TotalsHavingTransform.h Reduce the usage of Arena.h 2023-04-13 10:31:32 +02:00
TTLCalcTransform.cpp
TTLCalcTransform.h
TTLTransform.cpp Added a new column _block_number (#47532) 2023-09-20 11:31:12 +02:00
TTLTransform.h
WatermarkTransform.cpp
WatermarkTransform.h
WindowTransform.cpp Convert sparse columns to full for window functions 2023-10-21 11:46:25 +00:00
WindowTransform.h Slightly better 2023-05-07 23:12:28 +02:00