Nikolai Kochetov
|
e94b814606
|
Update arrayConcat
|
2020-09-16 16:07:32 +03:00 |
|
Nikolai Kochetov
|
e9de8c8875
|
Fix build.
|
2020-09-16 15:21:26 +03:00 |
|
Nikolai Kochetov
|
85698e04fa
|
Update slice for arrays.
|
2020-09-16 13:57:23 +03:00 |
|
Ildus Kurbangaliev
|
67b49862d9
|
Add mapPopulateSeries function (#13166)
|
2020-09-14 19:11:50 +03:00 |
|
alexey-milovidov
|
f21cf98960
|
Merge pull request #14657 from myrrc/feature/disable-debug-symbols-cmake-option
Extracted the debug info generation for functions into a cmake option
|
2020-09-10 21:04:15 +03:00 |
|
myrrc
|
c309f55c20
|
updated setting and added default value
|
2020-09-10 14:02:52 +03:00 |
|
alexey-milovidov
|
0c2ecb53d1
|
Update arrayIndex.h
|
2020-09-09 09:35:05 +03:00 |
|
myrrc
|
78eac658b0
|
adding correct LC nested nullability checker
|
2020-09-08 22:51:44 +03:00 |
|
Alexey Milovidov
|
53e39b05b2
|
Lower binary size in debug build
|
2020-09-07 18:35:18 +03:00 |
|
myrrc
|
d298409660
|
Merge remote-tracking branch 'upstream/master' into bug/low-cardinality-arrays-optimisations
|
2020-08-20 12:07:02 +03:00 |
|
myrrc
|
4f96291c35
|
rewrote the LC spec as a dispatcher
|
2020-08-19 21:59:39 +03:00 |
|
myrrc
|
5ef5c889fd
|
moved the LC stuff to its implementations (some bugs remaining)
|
2020-08-18 23:09:41 +03:00 |
|
Alexey Milovidov
|
acf312467e
|
Stratify nans comparison in arrayCompact function
|
2020-08-18 22:16:53 +03:00 |
|
myrrc
|
3337d206ba
|
some bugs remaining
|
2020-08-18 01:55:41 +03:00 |
|
myrrc
|
69a0ca2564
|
checking other const approach
|
2020-08-18 01:43:20 +03:00 |
|
alexey-milovidov
|
8535e30bd4
|
Merge pull request #13753 from ClickHouse/avoid-too-slow-queries-with-arrays
Avoid too slow queries with arrays
|
2020-08-16 10:16:08 +03:00 |
|
Azat Khuzhin
|
e9d373b5b7
|
Fix step overflow in range()
|
2020-08-16 00:26:47 +03:00 |
|
Alexey Milovidov
|
57b8d3f89b
|
Avoid too slow queries with arrays
|
2020-08-15 12:13:52 +03:00 |
|
myrrc
|
54f5c0e35a
|
fixed the String impl non-const offset bug
|
2020-08-14 23:07:31 +03:00 |
|
myrrc
|
a519559644
|
updated ColumnVector to compare with other U, cleaned ImplString
|
2020-08-14 21:08:30 +03:00 |
|
myrrc
|
a9c9bae47e
|
fixed the columnvector test
|
2020-08-13 17:17:49 +03:00 |
|
myrrc
|
0edf3a693d
|
fixing the processGeneric ColumnVector type bug
|
2020-08-13 16:44:13 +03:00 |
|
myrrc
|
1ed406dfd8
|
empty commit to restart CI
|
2020-08-12 19:11:35 +03:00 |
|
Alexander Kazakov
|
6e0d536327
|
Merge branch 'master' into bug/low-cardinality-arrays-optimisations
|
2020-08-11 16:25:20 +03:00 |
|
myrrc
|
eabcc293eb
|
fixed generic LC impl
|
2020-08-11 14:15:43 +03:00 |
|
myrrc
|
659c78c7ab
|
more canonical resize
|
2020-08-10 18:37:04 +03:00 |
|
myrrc
|
8562c36ea4
|
fix: false processing
|
2020-08-10 18:32:02 +03:00 |
|
myrrc
|
565cedbf1c
|
updating functions
|
2020-08-10 17:22:35 +03:00 |
|
myrrc
|
403a47bd1e
|
reverted the code back to constant args handling
|
2020-08-10 13:34:19 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
myrrc
|
ac77e2a88f
|
empty commit to restart CI
|
2020-08-07 14:24:07 +03:00 |
|
myrrc
|
d1412e5352
|
Merge branch 'bug/low-cardinality-arrays-optimisations' of github:myrrc/clickhouse into bug/low-cardinality-arrays-optimisations
|
2020-08-06 20:57:29 +03:00 |
|
myrrc
|
1c940a1921
|
got rid of a virtual col in loop in arrayIndex
|
2020-08-06 20:55:21 +03:00 |
|
Alexander Kazakov
|
8c1dbb3893
|
For compatibility with Arcadia
|
2020-08-06 16:27:19 +03:00 |
|
myrrc
|
c8f737c37c
|
fix: re-resizing, Arcadia compatibility, updated perftest
|
2020-08-06 15:33:16 +03:00 |
|
myrrc
|
2d27fa0fa8
|
fix: style error, unused check
|
2020-08-06 02:24:28 +03:00 |
|
myrrc
|
4dd39f6fb4
|
fixed comparison bug by cloning the col_arg_indices
|
2020-08-05 18:16:03 +03:00 |
|
myrrc
|
0021f67664
|
re-unioned the *NumImpl
|
2020-08-05 15:43:19 +03:00 |
|
myrrc
|
807f1887f4
|
some data flow fixes
|
2020-08-04 22:51:15 +03:00 |
|
myrrc
|
b210afb789
|
cloning the arr column to build the lc index
|
2020-08-04 18:00:42 +03:00 |
|
myrrc
|
98119af9de
|
Merge remote-tracking branch 'upstream/master' into bug/low-cardinality-arrays-optimisations
|
2020-08-04 15:01:27 +03:00 |
|
Alexey Milovidov
|
41111d1e57
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-02 19:18:33 +03:00 |
|
Alexey Milovidov
|
a4e8c47702
|
Fix assert in arrayElement
|
2020-08-02 04:07:08 +03:00 |
|
Alexey Milovidov
|
c202691319
|
Merge branch 'master' into stack-frams-size-limit
|
2020-07-30 23:53:52 +03:00 |
|
Ildus Kurbangaliev
|
fdf4fd337a
|
add mapAdd and mapSubtract functions (#11735)
|
2020-07-29 11:50:30 +03:00 |
|
myrrc
|
cf696afd4c
|
fix: function visibility
|
2020-07-28 18:26:53 +03:00 |
|
myrrc
|
aaa05f2466
|
updated types checker
|
2020-07-28 17:41:04 +03:00 |
|
myrrc
|
6f953e06ae
|
fix: style-checker
|
2020-07-24 18:02:57 +03:00 |
|
myrrc
|
1e32210953
|
updated reference, fixed NULL values handling
|
2020-07-24 17:17:39 +03:00 |
|
myrrc
|
b44b3e9b2b
|
added column cast, added new test
|
2020-07-24 15:07:26 +03:00 |
|