.. |
AddingDefaultsTransform.cpp
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02:00 |
AddingDefaultsTransform.h
|
|
|
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
|
Do not return empty blocks from ConvertingAggregatedToChunksTransform (#41152)
|
2022-09-16 21:54:36 +02:00 |
AggregatingTransform.h
|
Refector ROLLUP and CUBE
|
2022-06-30 10:13:58 +00:00 |
ArrayJoinTransform.cpp
|
|
|
ArrayJoinTransform.h
|
|
|
buildPushingToViewsChain.cpp
|
Fix memory leak while pushing to MVs w/o query context (from Kafka/...)
|
2022-08-29 11:36:33 +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
|
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
|
|
|
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 |
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
|
|
|
ExtremesTransform.h
|
|
|
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
|
|
|
IntersectOrExceptTransform.cpp
|
implement intersect + except distinct
|
2022-08-30 18:09:01 +08:00 |
IntersectOrExceptTransform.h
|
|
|
JoiningTransform.cpp
|
Rename join_common -> JoinUtils
|
2022-08-10 14:20:28 +00:00 |
JoiningTransform.h
|
Avoid redundant join block transformation.
|
2022-07-12 22:20:10 +08:00 |
LimitByTransform.cpp
|
|
|
LimitByTransform.h
|
|
|
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
|
|
|
MaterializingTransform.h
|
|
|
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
|
Fix 6/7 of trash
|
2022-09-19 08:53:20 +02:00 |
MergeSortingTransform.h
|
Move back TemporaryFile -> TemporaryFileOnDisk
|
2022-08-24 16:14:11 +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
|
|
|
MergingAggregatedTransform.cpp
|
fix build fail with gcc
|
2022-03-08 22:34:51 +08:00 |
MergingAggregatedTransform.h
|
|
|
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
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +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
|
|
|
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 |