ClickHouse/src/Processors/Transforms
Kruglov Pavel 14be2f31f5
Merge pull request #29475 from ClickHouse/fix-29010
Remove filter column from HAVING when it is not needed.
2021-09-29 13:03:27 +03: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 Merge ext into common 2021-06-16 23:28:41 +03:00
AggregatingInOrderTransform.h add comments to algorithm 2021-01-26 21:45:22 +03:00
AggregatingTransform.cpp Fix crash on exception with projection aggregate 2021-09-09 10:43:56 +08:00
AggregatingTransform.h Fix crash on exception with projection aggregate 2021-09-09 10:43:56 +08:00
ArrayJoinTransform.cpp
ArrayJoinTransform.h
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
CopyTransform.cpp
CopyTransform.h
CreatingSetsTransform.cpp Fix some tests. 2021-09-17 14:40:03 +03:00
CreatingSetsTransform.h Fix build. 2021-09-16 20:40:42 +03:00
CubeTransform.cpp
CubeTransform.h
DistinctTransform.cpp
DistinctTransform.h
ExceptionKeepingTransform.cpp Fix pvs check. 2021-09-21 19:55:32 +03:00
ExceptionKeepingTransform.h Refactor a little bit. 2021-09-21 13:35:41 +03:00
ExpressionTransform.cpp More refactoring. 2021-09-09 20:08:49 +03:00
ExpressionTransform.h More refactoring. 2021-09-09 20:08:49 +03:00
ExtremesTransform.cpp
ExtremesTransform.h
FillingTransform.cpp Fix yet another issue 2021-09-12 02:55:53 +03:00
FillingTransform.h fix fuzzer in query with 'WITH FILL' and 'WITH TOTALS' 2021-06-22 16:08:12 +03:00
FilterTransform.cpp Calculate header for ActionsDAG 2021-05-13 16:38:18 +03:00
FilterTransform.h Calculate header for ActionsDAG 2021-05-13 16:38:18 +03:00
FinishSortingTransform.cpp improve performance of aggregation in order of sorting key 2021-01-22 05:34:08 +03:00
FinishSortingTransform.h
getSourceFromASTInsertQuery.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-09-15 17:47:22 +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 fix join->getNonJoinedBlocks 2021-09-28 14:11:30 +03:00
JoiningTransform.h Do not use BlockInputStream for NonJoined 2021-08-17 16:30:01 +03: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 Less clock_gettime calls 2021-08-06 17:38:55 +02:00
LimitsCheckingTransform.h
MaterializingTransform.cpp
MaterializingTransform.h
MergeSortingTransform.cpp reduce memory usage in queries with 'ORDER BY primary_key' 2021-06-25 19:23:41 +03:00
MergeSortingTransform.h Add remerge_sort_lowered_memory_bytes_ratio setting 2020-11-29 21:16:42 +03:00
MergingAggregatedMemoryEfficientTransform.cpp A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +03:00
MergingAggregatedMemoryEfficientTransform.h
MergingAggregatedTransform.cpp Change logging from trace to debug for messages with rows/bytes 2021-04-15 21:00:16 +03:00
MergingAggregatedTransform.h
PartialSortingTransform.cpp another way 2021-03-17 18:31:30 +03:00
PartialSortingTransform.h
ReverseTransform.cpp
ReverseTransform.h
RollupTransform.cpp
RollupTransform.h
SelectorInfo.h
SortingTransform.cpp Rename getPos to getRow, change mergeBlock, pass setting instead of context 2020-12-04 19:25:30 +03:00
SortingTransform.h Remove some code 2021-07-17 21:06:46 +03:00
SquashingChunksTransform.cpp Refactor some code. 2021-09-09 16:59:15 +03:00
SquashingChunksTransform.h Fix other tests. 2021-09-08 21:29:38 +03:00
TotalsHavingTransform.cpp Fix tests. 2021-09-28 15:32:43 +03:00
TotalsHavingTransform.h Remove filter column from HAVING when it is not needed. 2021-09-28 13:01:47 +03:00
WindowTransform.cpp Remove window function 'nth_value' 2021-09-25 04:39:38 +03:00
WindowTransform.h Allow values up to INT64_MAX for nth_value/lagInFrame/leadInFrame 2021-09-10 21:02:06 +03:00