Commit Graph

486 Commits

Author SHA1 Message Date
Nikolai Kochetov
39a0a23fdb Fix totals without having. 2019-04-08 19:48:41 +03:00
Nikolai Kochetov
aa7cfc5c95 Fix totals without having. 2019-04-08 19:40:45 +03:00
Nikolai Kochetov
8400987fb5 Fix DistinctTransform keys. 2019-04-08 19:35:44 +03:00
Nikolai Kochetov
54b15385bd Calculate rows_before_limit_at_least. 2019-04-08 17:55:20 +03:00
Nikolai Kochetov
c34d0b137d Fix TotalsHavingTransform. 2019-04-08 16:38:02 +03:00
Nikolai Kochetov
c97e6a2cc1 Fix TotalsHavingTransform. 2019-04-08 16:29:24 +03:00
Nikolai Kochetov
6fa7386115 Fix TotalsHavingTransform. 2019-04-08 16:15:53 +03:00
Nikolai Kochetov
529c72bc77 Fix TotalsHavingTransform. 2019-04-08 16:13:36 +03:00
Nikolai Kochetov
ee2f5efdd9 Fix TotalsHavingTransform. 2019-04-08 16:02:19 +03:00
Nikolai Kochetov
be34dd5144 Fix TotalsHavingTransform. 2019-04-08 15:31:51 +03:00
Nikolai Kochetov
a9709f846e Fix TotalsHavingTransform. 2019-04-08 15:24:49 +03:00
Nikolai Kochetov
6ed86dfeb4 Fix TotalsHavingTransform. 2019-04-08 15:22:27 +03:00
Nikolai Kochetov
c2d060deb8 Fix build. 2019-04-08 15:05:38 +03:00
Nikolai Kochetov
ebbfd4994f Fix ISimpleTransform. 2019-04-08 14:28:38 +03:00
Nikolai Kochetov
fa5bc611ae Better exceptions safety in PipelineExecutor. 2019-04-08 14:06:11 +03:00
Nikolai Kochetov
83a2242e2d Check num columns in chunk while pushing to port. 2019-04-08 13:37:09 +03:00
Nikolai Kochetov
4d76bddddc Update QueryPipeline. 2019-04-08 12:31:49 +03:00
Nikolai Kochetov
dfd554db34 Fix build. 2019-04-08 12:20:23 +03:00
Nikolai Kochetov
a44e79151c Fix output formats headers. 2019-04-05 20:44:18 +03:00
Nikolai Kochetov
2a07ca2ac2 Fix output formats headers. 2019-04-05 20:27:34 +03:00
Nikolai Kochetov
4933dd3910 Fix AggregatedChunkInfo for chunks restored from blocks. 2019-04-05 18:50:26 +03:00
Nikolai Kochetov
22bcdcff22 Fix AggregatedChunkInfo for chunks restored from blocks. 2019-04-05 18:45:46 +03:00
Nikolai Kochetov
f2492849ba Fix clang build. 2019-04-05 17:32:12 +03:00
Nikolai Kochetov
587d3ef293 Fix clang build. 2019-04-05 17:28:27 +03:00
Nikolai Kochetov
a161e5951c Fix clang build. 2019-04-05 16:09:11 +03:00
Nikolai Kochetov
4552bc1a74 Fix clang build. 2019-04-05 16:07:04 +03:00
Nikolai Kochetov
ff53ee1b11 Fix clang build. 2019-04-05 15:46:00 +03:00
Nikolai Kochetov
f405f927c0 Fix clang build. 2019-04-05 15:44:25 +03:00
Nikolai Kochetov
cadc6decde Fix clang build. 2019-04-05 15:39:51 +03:00
Nikolai Kochetov
b76b0ebd05 Fix clang build. 2019-04-05 15:36:26 +03:00
Nikolai Kochetov
5e4dbf1226 Fix clang build. 2019-04-05 15:32:47 +03:00
Nikolai Kochetov
5e8fc30ce8 Fix clang build. 2019-04-05 15:29:17 +03:00
Nikolai Kochetov
f473c21b9d Fix clang build. 2019-04-05 14:43:28 +03:00
Nikolai Kochetov
ec65b4c229 Check num columns in Block::cloneWithColumns. 2019-04-05 14:39:07 +03:00
Nikolai Kochetov
33b176f2da Fix style. 2019-04-05 14:34:11 +03:00
Nikolai Kochetov
1470fe0a72 Fix clang build. 2019-04-05 14:27:08 +03:00
Nikolai Kochetov
7626b1b267 Multiple fixes. 2019-04-05 13:52:07 +03:00
Nikolai Kochetov
5e39ec610c Merged with master 2019-04-03 14:21:38 +03:00
Nikolai Kochetov
94ff7f694a QueryPipeline [in progress]. 2019-04-03 13:14:36 +03:00
Nikolai Kochetov
c88be5ce9c Added CreatingSetsTransform 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
4b068ebd9c Added ConvertingTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
827511c96d Added MaterializingTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
b2e7903992 Added DistinctTransform 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
88dbe52bbe Added TotalsHavingTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
a4e83a85d0 Added Rollup and Cube transforms. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
1293e2d62c Added IInflatingTransform 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
18133a4948 Added processors_test_aggregation. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
f08a10542e Updated AggregatingTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
6cedacb055 Added MergingAggregatedSimpleTransform. 2019-04-03 13:14:30 +03:00
Nikolai Kochetov
b85e554c49 Updated AggregatingTransform for multiple sources case. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
6976b65b2d Added MergingAggregatedTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
dd74e82d47 Added AggregatingTransform. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
f17edfd98f Added test for MergeSortingTransform. 2019-04-03 13:14:08 +03:00
Nikolai Kochetov
c388e57a40 Fix MergingSortedTransform. Update PipelineExecutor. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
49d1899aed Added processors_test_merging_sorted_transform. 2019-04-03 13:14:02 +03:00
Nikolai Kochetov
fd25fab652 Updated MergeSortingTransform. 2019-04-03 13:13:57 +03:00
Nikolai Kochetov
19fa17fd84 Added ExpandPipeline to PipelineExecutor.
Added expanding pipeline test.
2019-04-03 13:13:37 +03:00
Nikolai Kochetov
1e3ca041a2 Added ExpandPipeline processor status. Changed types of InputPorts and OutputPorts from vector to list. 2019-04-03 13:13:25 +03:00
Nikolai Kochetov
2f98e779e1 Added MergingSortedTransform. 2019-02-26 21:40:08 +03:00
Nikolai Kochetov
c8c2e1fd82 Added NullSource, ExpressionTransform, FilterTransform, LimitByTransform processors. 2019-02-22 20:45:56 +03:00
Nikolai Kochetov
25f6b97486 Added processors for Parquet and Protobuf. 2019-02-21 21:36:46 +03:00
Nikolai Kochetov
99504f9f09 Fix build. 2019-02-21 19:15:18 +03:00
Nikolai Kochetov
aba56e171c Formats processorss. 2019-02-21 19:05:47 +03:00
Nikolai Kochetov
e658aff315 Added Chunkclass to move columns between ports. 2019-02-21 19:05:37 +03:00
Nikolai Kochetov
f65d8d9325 Added processor tests with chain and merge sort. 2019-02-15 19:18:12 +03:00
Nikolai Kochetov
6763b59ba9 Updated PipelineExecutor. 2019-02-15 19:18:25 +03:00
Nikolai Kochetov
7d4de44695 Refactor processors. 2019-02-15 19:18:19 +03:00
Nikolai Kochetov
f55f70d67b Added PipelineExecutor. 2019-02-15 19:18:12 +03:00
Nikolai Kochetov
f39ad1f79a Fix traverse. 2019-02-15 19:18:12 +03:00
Nikolai Kochetov
904647f02e Fix build. 2019-02-15 19:18:12 +03:00
Alexey Milovidov
1ff8be156c Processors: development [#CLICKHOUSE-2948] 2018-06-04 21:31:46 +03:00
Alexey Milovidov
62296fc763 Processors: experimental [#CLICKHOUSE-2948] 2018-05-24 05:52:21 +03:00
Alexey Milovidov
661197bf99 Processors: experimental [#CLICKHOUSE-2948] 2018-05-24 05:39:22 +03:00
Alexey Milovidov
a7a16c3c24 Processors: experimental [#CLICKHOUSE-2948] 2018-05-24 04:02:16 +03:00
Alexey Milovidov
526a73eb5d Processors: experimental [#CLICKHOUSE-2948] 2018-05-23 23:22:58 +03:00
Alexey Milovidov
cba6edce64 Processors: experimental [#CLICKHOUSE-2948] 2018-05-23 23:19:33 +03:00
Alexey Milovidov
dabc6c8105 Processors: experimental [#CLICKHOUSE-2948] 2018-05-22 07:44:56 +03:00
Alexey Milovidov
81177dc264 Processors: experimental [#CLICKHOUSE-2948] 2018-05-21 07:29:04 +03:00
Alexey Milovidov
c5c43926f8 Processors: experimental [#CLICKHOUSE-2948] 2018-05-21 07:24:28 +03:00
Alexey Milovidov
c179f0703f Processors: experimental [#CLICKHOUSE-2948] 2018-05-21 05:07:15 +03:00
Alexey Milovidov
969c0d9fc1 Processors: experimental [#CLICKHOUSE-2948] 2018-05-20 08:30:47 +03:00
Alexey Milovidov
7dfc0a4c6c Processors: experimental [#CLICKHOUSE-2948] 2018-05-20 08:28:48 +03:00
Alexey Milovidov
0ffbd7cb1f Processors: experimental [#CLICKHOUSE-2948] 2018-05-20 08:21:20 +03:00
Alexey Milovidov
b937decb5b Processors: experimental [#CLICKHOUSE-2948] 2018-05-20 07:56:31 +03:00
Alexey Milovidov
1203df737d Processors: experimental [#CLICKHOUSE-2948] 2018-05-20 07:51:45 +03:00
Alexey Milovidov
08ec4bf79f Processors: experimental [#CLICKHOUSE-2948] 2018-05-19 07:19:38 +03:00