Maksim Kita
|
5ef83deaa6
|
Update sort to pdqsort
|
2022-01-30 19:49:48 +00:00 |
|
Azat Khuzhin
|
3bc10871eb
|
Minor cleanup in ColumnTuple
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-29 12:30:31 +03:00 |
|
Azat Khuzhin
|
9e740eb9d0
|
Use reserve() over resize() for Tuple
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-29 12:29:13 +03:00 |
|
Anton Popov
|
0099dfd523
|
refactoring of SerializationInfo
|
2021-10-29 20:21:02 +03:00 |
|
Anton Popov
|
7aa6068fb2
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-10-14 19:44:08 +03:00 |
|
Nikolai Kochetov
|
340b53ef85
|
Remove some more streams.
|
2021-10-08 17:03:54 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Anton Popov
|
c3c3a06078
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-20 01:45:38 +03:00 |
|
Pavel Kruglov
|
b841a96c39
|
Refactor code
|
2021-08-10 14:31:15 +03:00 |
|
Pavel Kruglov
|
3ec2ab6156
|
Avoid using expand, fix bugs, add tests and comments
|
2021-08-09 17:54:49 +03:00 |
|
Pavel Kruglov
|
62d4f4b25c
|
Small refactoring and adding comments
|
2021-08-09 17:54:14 +03:00 |
|
Pavel Kruglov
|
400cad4d8b
|
Refactor, fix bugs, improve performance
|
2021-08-09 17:44:04 +03:00 |
|
Pavel Kruglov
|
ae8df9c1c5
|
Add reverse parameter to filter, fix tests, reduce coping
|
2021-08-09 17:43:10 +03:00 |
|
Anton Popov
|
567043113c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-06-21 01:36:06 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Anton Popov
|
eaf806a731
|
better interface for getIndicesOfNonDefaultRows
|
2021-06-07 18:34:22 +03:00 |
|
Anton Popov
|
e41749997d
|
better interface for getting ratio of default values
|
2021-06-07 16:50:27 +03:00 |
|
Maksim Kita
|
d04e707567
|
Fixed special build
|
2021-03-06 14:36:37 +03:00 |
|
Maksim Kita
|
9763c4a4fb
|
IColumn added skipSerializedInArena method
|
2021-03-06 14:36:37 +03:00 |
|
Amos Bird
|
62e8684ad1
|
IColunm::hasEqualValues()
|
2021-03-02 11:55:58 +08:00 |
|
Alexey Milovidov
|
b7011f4f9c
|
Fix build
|
2021-02-18 02:52:07 +03:00 |
|
Alexey Milovidov
|
9b72255ca4
|
Implement compression for all columns except LowCardinality
|
2021-02-18 02:09:46 +03:00 |
|
Alexey Milovidov
|
a368a6802d
|
Move implementation inside out
|
2021-01-03 01:58:10 +03:00 |
|
Ivan
|
902091cc07
|
Slightly better miniselect usage (#16896)
* Slightly better miniselect usage
* Update ColumnDecimal.cpp
|
2020-11-13 14:28:18 +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 |
|
Danila Kutenin
|
3c6794bf37
|
Add Floyd-Rivest selection algorithm instead of std::partial_sort
|
2020-11-09 20:22:05 +03:00 |
|
Pavel Kruglov
|
822bbcfdba
|
Make Cmp with template
|
2020-11-03 17:25:52 +03:00 |
|
Pavel Kruglov
|
4d399fff3e
|
Support collation for Array and Tuple
|
2020-11-03 17:09:37 +03:00 |
|
Nikita Mikhaylov
|
530057e79f
|
update all columns
|
2020-09-09 15:27:05 +03:00 |
|
Nikita Mikhaylov
|
4fadb6c3ec
|
fast test
|
2020-09-04 21:05:06 +03:00 |
|
Nikolai Kochetov
|
cf503be085
|
Fix crash in ColumnTuple::updatePermutation
|
2020-07-28 15:27:23 +03:00 |
|
alesapin
|
e9c47dc89c
|
Merge branch 'master' into CurtizJ-polymorphic-parts
|
2020-06-26 14:27:19 +03:00 |
|
Nikolai Kochetov
|
6c477d06ad
|
Review fixes.
|
2020-06-17 14:43:55 +03:00 |
|
Anton Popov
|
1ce09e1faa
|
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
|
2020-06-03 16:27:54 +03:00 |
|
Albert Kidrachev
|
d717919c0c
|
some improvements of vectorization compare
|
2020-06-02 03:23:41 +03:00 |
|
Albert Kidrachev
|
fe170508bd
|
devirtualize compareAt calls
|
2020-06-01 15:10:32 +03:00 |
|
Nikita Mikhaylov
|
b48deb91ac
|
comments and styles
|
2020-05-25 17:33:31 +03:00 |
|
Anton Popov
|
6d8749b100
|
in-memory parts: faster computation of checksums
|
2020-05-21 01:16:08 +03:00 |
|
Vasily Morozov
|
876fff1938
|
fix build and style
|
2020-05-18 13:16:49 +03:00 |
|
Vasily Morozov
|
ca1bf06498
|
updatePermutation
|
2020-05-18 13:16:49 +03:00 |
|
Alexey Milovidov
|
1e325a9fd9
|
Checkpoint
|
2020-04-22 09:22:14 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|