Nikolai Kochetov
|
c470cf1e26
|
Fix joined keys from right column with left join. [#CLICKHOUSE-3994]
|
2018-10-02 21:16:47 +03:00 |
|
alexey-milovidov
|
f22b12b698
|
Update Join.cpp
|
2018-08-30 22:52:28 +03:00 |
|
proller
|
81960a2690
|
CLICKHOUSE-3940 Fix crash on join
|
2018-08-30 18:44:30 +03:00 |
|
Nikolai Kochetov
|
bc054f2247
|
Fix tests. [#CLICKHOUSE-3761]
|
2018-07-30 22:40:43 +03:00 |
|
Nikolai Kochetov
|
7d9ebae2c2
|
Better comments.
|
2018-07-27 20:11:56 +03:00 |
|
Nikolai Kochetov
|
5058d1a345
|
Added columns from join on key of right table if they have different name from left block key in merged block. [#CLICKHOUSE-3761]
|
2018-07-27 19:01:48 +03:00 |
|
Alexey Milovidov
|
ca52d96e09
|
Insignificant changes for PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 22:22:27 +03:00 |
|
Alexey Milovidov
|
f5adbceed2
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
|
Alexey Milovidov
|
5ff433b670
|
Merged Limits to Settings [#CLICKHOUSE-2021]
|
2018-03-11 03:15:26 +03:00 |
|
Alexey Milovidov
|
72aac966b1
|
Fixed error with order of columns in FULL JOIN that may lead to segfault [#CLICKHOUSE-2]
|
2018-02-21 11:16:01 +03:00 |
|
Alexey Milovidov
|
bb05235608
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-20 00:01:46 +03:00 |
|
Alexey Milovidov
|
afe09d3138
|
Removed unused code [#CLICKHOUSE-2]
|
2018-02-18 06:46:18 +03:00 |
|
Alexey Milovidov
|
754a4296df
|
Header in every stream: fixed non-deterministic test [#CLICKHOUSE-2]
|
2018-02-18 06:23:48 +03:00 |
|
Alexey Milovidov
|
550053a0ca
|
Merge branch 'master' into header-in-input-streams
|
2018-01-10 03:05:51 +03:00 |
|
Amos Bird
|
a3d2a4fe4d
|
NonJoinedBlockInputStream generates duplicate records across block.
This patch fixes the iterator incrementation.
|
2018-01-09 20:30:07 +03:00 |
|
Alexey Milovidov
|
9996e181e1
|
Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2]
|
2018-01-06 21:10:44 +03:00 |
|
Alexey Milovidov
|
6c8a0e70fd
|
Additions after merge [#CLICKHOUSE-2].
|
2017-12-19 23:09:15 +03:00 |
|
alexey-milovidov
|
7a97d08b04
|
Merge branch 'master' into CLICKHOUSE-3361
|
2017-12-19 23:03:17 +03:00 |
|
Alexey Milovidov
|
c5d5296889
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-18 07:07:26 +03:00 |
|
Alexey Milovidov
|
6bad555b9d
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-17 13:39:22 +03:00 |
|
Alexey Milovidov
|
f501f6990e
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-17 13:20:48 +03:00 |
|
Alexey Milovidov
|
c0670435ab
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-17 11:44:06 +03:00 |
|
Alexey Milovidov
|
7284a64740
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-16 00:32:25 +03:00 |
|
Alexey Milovidov
|
9c9896c1a9
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-15 22:17:15 +03:00 |
|
Alexey Milovidov
|
b2aff7521b
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-15 06:47:43 +03:00 |
|
Nikolai Kochetov
|
08fed58a25
|
use columns from left block out of columns with same name at Join [#CLICKHOUSE-3361]
|
2017-12-14 18:28:30 +03:00 |
|
Alexey Milovidov
|
fb38ef9a8e
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-14 06:56:56 +03:00 |
|
Alexey Milovidov
|
bed2d644e6
|
Merge remote-tracking branch 'origin/master' into cow_columns
|
2017-12-14 04:44:35 +03:00 |
|
Alexey Milovidov
|
b3277408c4
|
Added fix from proller [#CLICKHOUSE-2].
|
2017-12-13 23:43:51 +03:00 |
|
Alexey Milovidov
|
819287b697
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-13 04:27:53 +03:00 |
|
Alexey Milovidov
|
c3015bece3
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-11 01:44:04 +03:00 |
|
Alexey Milovidov
|
3def5f03f5
|
Cleanup semantics of data types [#CLICKHOUSE-2].
|
2017-12-09 19:17:37 +03:00 |
|
Alexey Milovidov
|
7f6c48d5de
|
Cleanup semantics of data types [#CLICKHOUSE-2].
|
2017-12-09 19:17:37 +03:00 |
|
Alexey Milovidov
|
0ea105f639
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 11:31:47 +03:00 |
|
Alexey Milovidov
|
acd78e4891
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:13:25 +03:00 |
|
Иванов Евгений
|
e846d62410
|
Added support UUID type for distinct, uniq* functions and joins
|
2017-11-12 04:07:05 +03:00 |
|
Alexey Milovidov
|
d29c77adea
|
Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301].
|
2017-09-08 06:47:27 +03:00 |
|
Alexey Milovidov
|
dd1f54bce2
|
Changed Poco::RWLock to std::shared_lock [#APRILDEV-91].
|
2017-07-28 20:34:02 +03:00 |
|
alexey-milovidov
|
d4d266fa18
|
ColumnConst unification (#1011)
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* Fixed error in ColumnArray::replicateGeneric [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
|
2017-07-21 09:35:58 +03:00 |
|
Nikolai Kochetov
|
75be0b81d8
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
|
Alexey Zatelepin
|
aeb83f9ef7
|
fix key columns indexing for RIGHT and FULL joins [#CLICKHOUSE-2979]
|
2017-04-27 23:15:45 +03:00 |
|
Alexey Milovidov
|
7454185a0a
|
Fixed join_use_nulls setting [#CLICKHOUSE-4].
|
2017-04-07 23:30:52 +03:00 |
|
Alexey Milovidov
|
463fddb2ca
|
Joins by Nullable keys: development [#CLICKHOUSE-4].
|
2017-04-07 00:44:52 +03:00 |
|
Alexey Milovidov
|
ab215c0fcd
|
join_use_nulls: development; added test [#CLICKHOUSE-4].
|
2017-04-07 00:09:39 +03:00 |
|
Alexey Milovidov
|
baf2e6e95b
|
Added 'join_use_nulls' setting to allow using NULLs as default values for non-joined rows in case of outer joins [#CLICKHOUSE-2].
|
2017-04-04 09:52:39 +03:00 |
|
f1yegor
|
b4c23f122a
|
Translated comments
|
2017-04-02 20:37:49 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
40ce6f86db
|
Allowed JOIN to work with Nullable keys [#CLICKHOUSE-4].
|
2017-03-30 17:09:24 +03:00 |
|
Alexey Milovidov
|
8cf0e87382
|
Unified JOIN variants (continued) [#CLICKHOUSE-4].
|
2017-03-28 10:00:03 +03:00 |
|