Alexey Milovidov
|
a368a6802d
|
Move implementation inside out
|
2021-01-03 01:58:10 +03:00 |
|
Anton Popov
|
b485b5bd1c
|
minor fixes and comments added
|
2020-12-16 01:22:21 +03:00 |
|
Anton Popov
|
c78861e86e
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-15 01:45:01 +03:00 |
|
Anton Popov
|
afc2d7099b
|
add conversion from array to map
|
2020-12-15 01:16:04 +03:00 |
|
Alexander Kuzmenkov
|
d757f32300
|
Remove some redundant includes to speed up build
|
2020-12-11 02:58:11 +03:00 |
|
Anton Popov
|
6b09669d66
|
data type map: several fixes
|
2020-12-05 22:36:09 +03:00 |
|
Anton Popov
|
12604ce0e6
|
Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map
|
2020-12-01 14:52:30 +03:00 |
|
Vasily Nemkov
|
87945fb68b
|
Merge branch 'master' into HEAD
|
2020-11-30 23:25:57 +03:00 |
|
hexiaoting
|
5b3a7f5c98
|
Merge remote-tracking branch 'origin/master' into dev_map2
|
2020-11-26 16:43:27 +08:00 |
|
hexiaoting
|
74d875c837
|
Merge remote-tracking branch 'origin/master' into dev_map2
|
2020-11-26 15:13:52 +08:00 |
|
myrrc
|
fbb0e6e6aa
|
Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted
|
2020-11-24 16:04:17 +03:00 |
|
Alexey Milovidov
|
fbbf439338
|
Merge branch 'master' into Enmk-DateTime64_fixes_comparison
|
2020-11-23 05:46:17 +03:00 |
|
Nikolai Kochetov
|
bac1def5f9
|
Merge pull request #17134 from abyss7/tcp-port
Implement tcpPort() function for tests
|
2020-11-20 20:32:55 +03:00 |
|
alexey-milovidov
|
5aff81b8b8
|
Merge pull request #17135 from amosbird/ccc
Fix ColumnConst comparison.
|
2020-11-19 07:36:41 +03:00 |
|
Ivan Lezhankin
|
fdd1c182ab
|
Merge remote-tracking branch 'upstream/master' into tcp-port
|
2020-11-18 16:22:00 +03:00 |
|
Alexey Milovidov
|
26d7795221
|
Merge branch 'master' into amosbird-ccc
|
2020-11-18 07:42:45 +03:00 |
|
Alexey Milovidov
|
acd2b62c9d
|
Revert "Update ColumnConst.cpp"
This reverts commit 7036d2f963 .
|
2020-11-18 07:42:14 +03:00 |
|
alexey-milovidov
|
7036d2f963
|
Update ColumnConst.cpp
|
2020-11-17 17:35:53 +03:00 |
|
alexey-milovidov
|
9de0217c93
|
Update ColumnConst.h
|
2020-11-17 17:34:26 +03:00 |
|
Amos Bird
|
f24cf46db5
|
Fix ColumnConst comparison.
|
2020-11-17 22:14:31 +08:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
alexey-milovidov
|
b494b18748
|
Merge pull request #17108 from ClickHouse/ya-make-owners
Add "OWNER" to ya.make files.
|
2020-11-17 05:19:46 +03:00 |
|
Alexey Milovidov
|
24f4fa6edf
|
Follow Arcadia ya.make rules
|
2020-11-17 00:16:50 +03:00 |
|
Alexey Milovidov
|
3df04ce0c2
|
Follow Arcadia ya.make rules
|
2020-11-16 21:24:58 +03:00 |
|
Nikita Mikhaylov
|
4d33e79cb4
|
Update ColumnDecimal.h
|
2020-11-16 14:31:52 +03:00 |
|
myrrc
|
2c9b77d5dd
|
re-merged with master
|
2020-11-14 16:51:38 +03:00 |
|
myrrc
|
4f4beab1ff
|
re-merged with master
|
2020-11-14 16:50:25 +03:00 |
|
myrrc
|
b1c0089b78
|
Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted
|
2020-11-14 16:50:04 +03:00 |
|
myrrc
|
2430d9d20d
|
fixed the UB when casting from double to int64_t
Corresponding upstream fix: https://github.com/cerevra/int/pull/24
|
2020-11-13 18:13:15 +03:00 |
|
Ivan
|
902091cc07
|
Slightly better miniselect usage (#16896)
* Slightly better miniselect usage
* Update ColumnDecimal.cpp
|
2020-11-13 14:28:18 +03:00 |
|
Vasily Nemkov
|
eb9604ecd0
|
Fixed comparison of DateTime4 with different scales
Made DateTime64 a stand-alone type rather than typedef to allow function resolution/deduction based on type.
Added tests.
|
2020-11-12 23:32:16 +03:00 |
|
myrrc
|
a8d8dd7d3e
|
Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted
|
2020-11-12 14:50:59 +03:00 |
|
tavplubix
|
058aa8f85e
|
Merge pull request #16824 from ClickHouse/replace_stringstreams_with_buffers
Replace std::*stringstreams with DB::*Buffers
|
2020-11-12 01:11:44 +03:00 |
|
Nikolai Kochetov
|
57c7ad1833
|
Fix style.
|
2020-11-11 12:47:48 +03:00 |
|
Nikolai Kochetov
|
0410e383d9
|
Try fix check.
|
2020-11-11 12:46:36 +03:00 |
|
Nikolai Kochetov
|
ac8b658a4a
|
Try fix ci.
|
2020-11-10 23:25:29 +03:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
myrrc
|
e460248624
|
Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted
|
2020-11-10 14:54:24 +03:00 |
|
hexiaoting
|
c7c14cc6ad
|
fix bug
|
2020-11-10 11:24:39 +08:00 |
|
Danila Kutenin
|
d0840bfc5d
|
Move miniselect to submodule and replace quantile exact with better algorithm
|
2020-11-10 00:53:43 +03:00 |
|
Danila Kutenin
|
3c6794bf37
|
Add Floyd-Rivest selection algorithm instead of std::partial_sort
|
2020-11-09 20:22:05 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
alexey-milovidov
|
4e85d6a4c3
|
Merge pull request #16273 from Avogar/collation-support
Support collate in LowCardinality, Nullable, Array and Tuple, where nested type is String
|
2020-11-06 21:52:52 +03:00 |
|
hexiaoting
|
ef0b78cf12
|
style error fix
|
2020-11-06 17:21:26 +08:00 |
|
hexiaoting
|
28e87da976
|
remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2
|
2020-11-06 15:07:41 +08:00 |
|
myrrc
|
680e2a5af1
|
fixing Decimal is_POD
|
2020-11-05 13:11:56 +03:00 |
|
Alexey Milovidov
|
b56486510f
|
Improve Arcadia
|
2020-11-05 12:55:01 +03:00 |
|
myrrc
|
8cf203c21c
|
simplified the ColumnDecimal
|
2020-11-05 12:47:04 +03:00 |
|
myrrc
|
6b35657f59
|
updated the mem check code
|
2020-11-05 12:38:46 +03:00 |
|
myrrc
|
bcd8f1896f
|
fixed the MSan exception on ColumnConst(ColumnDecimal) ctor
|
2020-11-05 12:10:26 +03:00 |
|