myrrc
|
5ef5c889fd
|
moved the LC stuff to its implementations (some bugs remaining)
|
2020-08-18 23:09:41 +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 |
|
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
|
e2e38e30d0
|
Merge remote-tracking branch 'upstream/master' into bug/low-cardinality-arrays-optimisations
|
2020-08-12 19:12:08 +03:00 |
|
myrrc
|
1ed406dfd8
|
empty commit to restart CI
|
2020-08-12 19:11:35 +03:00 |
|
Amos Bird
|
ffcbfc383b
|
remove obsolete comments
|
2020-08-12 09:30:40 +08: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 |
|
Vitaly Baranov
|
3b9f5a827c
|
Fix getting settings specified in query.
|
2020-08-10 01:07:23 +03:00 |
|
alexey-milovidov
|
be38b0fe75
|
Merge pull request #13497 from amosbird/tdm
Better toDate/toDateTime functions.
|
2020-08-09 02:14:58 +03:00 |
|
alexey-milovidov
|
ba5988dcf6
|
Merge pull request #13446 from ClickHouse/fix-netloc
Function "netloc": fix wrong code.
|
2020-08-09 01:39:46 +03:00 |
|
Amos Bird
|
ba204fe3b2
|
fix test and add alias to FROM_UNIXTIME
|
2020-08-09 00:24:43 +08:00 |
|
alexey-milovidov
|
beed3c8244
|
Merge pull request #13500 from ClickHouse/hardening-and-better-error-messages
Hardening and better error messages
|
2020-08-08 17:13:43 +03:00 |
|
alexey-milovidov
|
c0fef71507
|
Merge pull request #13511 from ClickHouse/codespell
Fix typos in code with codespell.
|
2020-08-08 17:09:16 +03:00 |
|
Amos Bird
|
d9de96716a
|
string to date is not monotonic
|
2020-08-08 14:30:50 +08:00 |
|
Alexey Milovidov
|
6663f21fdd
|
Fix error
|
2020-08-08 05:02:36 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
Alexey Milovidov
|
ac2de4cc95
|
Fix build
|
2020-08-08 03:08:41 +03:00 |
|
Alexey Milovidov
|
ec281cd703
|
Fix assert in "lcm"
|
2020-08-08 02:01:05 +03:00 |
|
Alexey Milovidov
|
d026d4e289
|
Fix error
|
2020-08-07 23:53:46 +03:00 |
|
Alexey Milovidov
|
3c3350451e
|
Merge branch 'master' into fix-netloc
|
2020-08-07 22:57:46 +03:00 |
|
alexey-milovidov
|
cbe9878e9e
|
Update FunctionsConversion.h
|
2020-08-07 22:53:52 +03:00 |
|
alexey-milovidov
|
65b3863a9e
|
Update FunctionsConversion.h
|
2020-08-07 22:52:21 +03:00 |
|
Alexey Milovidov
|
f968ae8804
|
Hardening continued
|
2020-08-07 22:45:29 +03:00 |
|
Amos Bird
|
9938e1f3f6
|
Better toDate/toDateTime function.
|
2020-08-08 03:38:34 +08:00 |
|
myrrc
|
ac77e2a88f
|
empty commit to restart CI
|
2020-08-07 14:24:07 +03:00 |
|
Nikolai Kochetov
|
7a9b244f37
|
Push ci
|
2020-08-07 11:29:41 +03:00 |
|
Alexey Milovidov
|
1f2d0dce3e
|
Remove useless header file
|
2020-08-07 04:07:51 +03:00 |
|
Alexey Milovidov
|
d1ed1fb83a
|
Fix error
|
2020-08-07 04:04:37 +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 |
|
Nikolai Kochetov
|
38c1d3b061
|
Fix build.
|
2020-08-06 16:47:08 +03:00 |
|
Alexander Kazakov
|
8c1dbb3893
|
For compatibility with Arcadia
|
2020-08-06 16:27:19 +03:00 |
|
Nikolai Kochetov
|
b28e121967
|
Fix tuple with NULL exement comparison.
|
2020-08-06 15:54:14 +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 |
|
Alexey Milovidov
|
d91471ea00
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-04 15:28:47 +03:00 |
|
myrrc
|
98119af9de
|
Merge remote-tracking branch 'upstream/master' into bug/low-cardinality-arrays-optimisations
|
2020-08-04 15:01:27 +03:00 |
|