Alexey Milovidov
|
1d4701b0bc
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
|
Alexey Milovidov
|
e33e5150b7
|
Miscellaneous [#CLICKHOUSE-2]
|
2019-01-02 09:44:36 +03:00 |
|
proller
|
300bbdfb43
|
Fix cyclic lib depend ppart 2: clean
|
2018-12-28 21:15:26 +03:00 |
|
Alexey Milovidov
|
a8f09809f5
|
Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2]
|
2018-12-21 19:00:07 +03:00 |
|
Nikolai Kochetov
|
4e58b62b0c
|
Added LowCardinality support for specialized aggregation.
|
2018-12-20 16:28:20 +03:00 |
|
Nikolai Kochetov
|
b87d81512f
|
Fix merging aggregate data for NULL key.
|
2018-12-04 13:31:15 +03:00 |
|
Nikolai Kochetov
|
730796dc38
|
Fix merging aggregate data for NULL key.
|
2018-12-04 13:29:27 +03:00 |
|
Nikolai Kochetov
|
de524a0158
|
Fix merging aggregate data for NULL key.
|
2018-12-04 13:27:44 +03:00 |
|
Nikolai Kochetov
|
98499b1140
|
LowCardinality optimization for single nullable column.
|
2018-12-03 21:00:20 +03:00 |
|
Marek Vavruša
|
8fad726d95
|
Added null guards for all CurrentThread::attachToIfDetached()
refs #3622
|
2018-11-20 09:10:34 -08:00 |
|
Alexey Milovidov
|
c5173782dc
|
Potentially better #3490
|
2018-11-05 17:29:38 +03:00 |
|
alexey-milovidov
|
00fa7d9fad
|
Update Aggregator.cpp
|
2018-11-01 15:42:57 +03:00 |
|
igor.lapko
|
2d565f1099
|
code style fix
|
2018-11-01 13:42:15 +02:00 |
|
igor.lapko
|
d603cb1eb8
|
fixed group by int16 and Date types on AMD EPYC 7401P machine
|
2018-11-01 09:01:34 +02:00 |
|
chertus
|
465cb6d267
|
fix for Decimal128 group by [issue-3378]
|
2018-10-15 22:14:08 +03:00 |
|
Alexey Milovidov
|
98859f232b
|
Merge branch 'master' into group_by_two_level_compatibility
|
2018-10-13 02:13:30 +03:00 |
|
Alexey Milovidov
|
613061cee5
|
Fixed incompatibility when versions prior to 18.12.17 are used on remote servers and newer is used on initiating server, and GROUP BY both fixed and non-fixed keys, and when two-level group by method is activated [#CLICKHOUSE-4035]
|
2018-09-28 23:17:38 +03:00 |
|
Nikolai Kochetov
|
97add69825
|
Rename WithDictionary to LowCardinality.
|
2018-09-28 13:44:59 +03:00 |
|
Nikolai Kochetov
|
3e742a6b55
|
Review fixes.
|
2018-09-21 12:49:43 +03:00 |
|
Nikolai Kochetov
|
e2e31751e9
|
Support low cardinality columns in aggregation method with fixed keys. [#CLICKHOUSE-3903]
|
2018-09-14 20:14:31 +03:00 |
|
Nikolai Kochetov
|
3dc5cd3a3a
|
Merged with master.
|
2018-09-14 12:14:37 +03:00 |
|
Nikolai Kochetov
|
12ec9caaf5
|
Added comments.
|
2018-09-14 11:04:19 +03:00 |
|
Nikolai Kochetov
|
4674beb900
|
Shared cache for low cradinality single aggregation column. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:18 +03:00 |
|
Nikolai Kochetov
|
94bfe50f52
|
Cache saved hash for low cardinality aggregate method. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:18 +03:00 |
|
Nikolai Kochetov
|
2eb35dd6ef
|
Cache AggregateDataPtr for single low cardinality column. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:09 +03:00 |
|
Nikolai Kochetov
|
787e814e4c
|
Low cardinality group by signle column. [#CLICKHOUSE-3903]
|
2018-09-14 11:03:02 +03:00 |
|
chertus
|
0b35cdae69
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
|
Alexey Milovidov
|
cb0af7c3af
|
Removed unused aggregation method [#CLICKHOUSE-2]
|
2018-09-03 03:33:29 +03:00 |
|
Alexey Milovidov
|
8e17652f0d
|
Removed AggregationMethodConcat, because AggregationMethodSerialized appeared to be far superior [#CLICKHOUSE-2]
|
2018-09-03 03:07:05 +03:00 |
|
Alexey Milovidov
|
0b2ec39f11
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-09-03 03:00:56 +03:00 |
|
Alexey Milovidov
|
fc27be314b
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
|
Alexey Milovidov
|
f97d9e8f3f
|
Fixed build #2957
|
2018-09-02 03:25:33 +03:00 |
|
Alexey Milovidov
|
f7107f12b4
|
Merge branch 'master' into extra-warnings
|
2018-09-02 03:13:36 +03:00 |
|
Alexey Milovidov
|
8f54125884
|
Minor modifications #2808
|
2018-09-01 06:17:43 +03:00 |
|
alexey-milovidov
|
6d5092518f
|
Merge pull request #2808 from chenxing-xc/master
Aligned aggregate state #2754
|
2018-09-01 05:38:11 +03:00 |
|
Alexey Milovidov
|
74fee0dc98
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:20:58 +03:00 |
|
Alexey Milovidov
|
a3cd1ea8cb
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:16:32 +03:00 |
|
Alexey Milovidov
|
0d02315778
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:07:17 +03:00 |
|
Alexey Milovidov
|
3efffba44e
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:05:28 +03:00 |
|
Alexey Milovidov
|
5b257c588f
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:42:13 +03:00 |
|
Alexey Milovidov
|
6e18af7ed3
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:18:14 +03:00 |
|
Nikolai Kochetov
|
a475bb1c9f
|
Merge branch 'master' into low-cardinality-group-by
|
2018-08-21 17:28:10 +03:00 |
|
chenxing.xc
|
63fb4a5515
|
incorrect result iff only bucket #0 block received
|
2018-08-16 10:50:09 +08:00 |
|
Alexey Milovidov
|
acb99b49df
|
Merge branch 'master' into CLICKHOUSE-2910
|
2018-08-14 23:29:42 +03:00 |
|
Nikolai Kochetov
|
5379c52b9e
|
Support Aggregator for LowCardinality single key.
|
2018-08-13 19:23:40 +03:00 |
|
proller
|
3af99efd65
|
CLICKHOUSE-3530: Versioned inetrnal compiler headers (#2837)
|
2018-08-10 22:53:49 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
chenxing.xc
|
4acc441179
|
fix aligned states review comments
|
2018-08-05 18:12:06 +08:00 |
|
chenxing.xc
|
202894e191
|
Merge remote-tracking branch 'rb/master'
|
2018-08-05 17:59:58 +08:00 |
|
chenxing.xc
|
90d8290d28
|
aligned aggregate state
|
2018-08-05 16:45:15 +08:00 |
|