Robert Schulze
|
118e94523c
|
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
|
2022-04-18 23:53:11 +02:00 |
|
taiyang-li
|
8dbf1c60e7
|
merge master and fix conflict
|
2022-03-23 11:36:50 +08:00 |
|
Amos Bird
|
4d85c2fc8b
|
Use castColumnAccurateOrNull
|
2022-03-18 17:47:04 +08:00 |
|
Amos Bird
|
10996b1434
|
Fix mixed constant type during partition pruning
|
2022-03-18 17:47:03 +08:00 |
|
Amos Bird
|
a19224bc9b
|
Fix partition pruner: non-monotonic function IN
|
2022-03-09 15:48:42 +08:00 |
|
李扬
|
daa27d0bda
|
Merge branch 'master' into rocksdb_metacache
|
2022-02-12 07:50:12 -06:00 |
|
Anton Popov
|
6a8e35930f
|
fix comparison with integers and floats in index analysis
|
2022-02-11 18:20:37 +03:00 |
|
Anton Popov
|
2fcd69baf7
|
fix comparison with integers and floats in index analysis
|
2022-02-11 17:15:27 +03:00 |
|
taiyang-li
|
73def8b483
|
merge master and solve conflict
|
2022-01-24 11:01:43 +08:00 |
|
Amos Bird
|
e62f4e50a6
|
Fix KeyCondition with no common types
|
2022-01-20 21:56:12 +08:00 |
|
liyang
|
37ba8004ff
|
Speep up mergetree starting up process
|
2021-12-18 16:39:59 +08:00 |
|
mergify[bot]
|
d729cd50b3
|
Merge branch 'master' into fixnullablekey
|
2021-11-30 11:44:35 +00:00 |
|
Amos Bird
|
29c87b2f44
|
Fix nullable key
|
2021-11-29 20:49:01 +08:00 |
|
Raúl Marín
|
f0ee0724ac
|
Reduce dependencies on ASTSelectQuery.h
243 -> 152
|
2021-11-26 18:35:24 +01:00 |
|
sundy-li
|
d8aaac36ec
|
Add stable order by tests result
|
2021-11-09 21:34:55 +08:00 |
|
sundy-li
|
45cab9f3b0
|
Add stable order by tests result
|
2021-11-09 21:31:31 +08:00 |
|
sundy-li
|
3a981de643
|
ISSUES-30801: Remove not like function into RPNElement
|
2021-11-09 10:57:37 +08:00 |
|
alexey-milovidov
|
38f7d1ebc2
|
Update KeyCondition.cpp
|
2021-11-01 22:59:57 +03:00 |
|
mergify[bot]
|
3cb034880b
|
Merge branch 'master' into allow_nulls_first_in_key_condition
|
2021-10-31 12:19:08 +00:00 |
|
Dmitrii Kovalkov
|
e3ae32f763
|
Allow nulls first
|
2021-09-23 19:39:15 +03:00 |
|
Kruglov Pavel
|
8a67c3cf44
|
Merge pull request #28636 from amosbird/nullable-index-fix
Fix nullable/lowcardinality primary key with constant conversion
|
2021-09-15 15:56:19 +03:00 |
|
Amos Bird
|
8fac97692a
|
Fix nullable primary key with constant conversion
|
2021-09-06 15:11:37 +08:00 |
|
Kruglov Pavel
|
f559c34113
|
Merge pull request #28302 from amosbird/binaryconstantwrap
Always monotonic for non-zero division
|
2021-09-03 20:02:54 +03:00 |
|
Amos Bird
|
4624bf70b0
|
Always monotonic for non-zero division
|
2021-08-28 23:33:18 +08:00 |
|
Amos Bird
|
f2374a6916
|
Better nullable primary key implementation.
|
2021-08-28 17:48:28 +08:00 |
|
mergify[bot]
|
319e5af6eb
|
Merge branch 'master' into short-circuit
|
2021-08-13 13:01:46 +00:00 |
|
kssenii
|
dcc6f597dc
|
Move templates from FunctionsConvertion
|
2021-08-11 19:09:51 +00:00 |
|
kssenii
|
7555fc19fd
|
Revert "Move some templates"
This reverts commit 7f247becca .
|
2021-08-11 18:49:25 +00:00 |
|
kssenii
|
7f247becca
|
Move some templates
|
2021-08-11 07:32:46 +00:00 |
|
Pavel Kruglov
|
70b51133c1
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
|
Pavel Kruglov
|
0662df8b76
|
Fix performance with JIT, add arguments to function isSuitableForShortCircuitArgumentsExecution
|
2021-08-09 17:54:14 +03:00 |
|
Pavel Kruglov
|
e792fa588f
|
Mark all Functions as sutable or not for executing as short circuit arguments
|
2021-08-09 17:50:09 +03:00 |
|
kssenii
|
9ca422f0c5
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
|
Nikolai Kochetov
|
7a24e72e76
|
Merge branch 'master' into fix-header-for-scalar-query-with-empty-result
|
2021-07-19 15:48:44 +03:00 |
|
Nikolai Kochetov
|
96e20e2641
|
Fix some tests.
|
2021-07-19 15:35:55 +03:00 |
|
alexey-milovidov
|
b52411a715
|
Merge pull request #12455 from amosbird/npc
Nullable primary key with correct KeyCondition
|
2021-07-18 17:52:20 +03:00 |
|
Anton Popov
|
ffa56bde24
|
fix usage of index with array columns and ARRAY JOIN
|
2021-06-21 15:34:05 +03:00 |
|
Amos Bird
|
f2ed5ef42b
|
Nullable primary key with correct KeyCondition
|
2021-06-18 23:04:24 +08:00 |
|
Kseniia Sumarokova
|
e08c05cdf5
|
Merge pull request #25295 from ClickHouse/remove-some-code-from-key-condition
Remove some code from KeyCondition.
|
2021-06-16 10:12:12 +03:00 |
|
Nikolai Kochetov
|
96d98ff020
|
Add comment
|
2021-06-15 21:42:26 +03:00 |
|
mergify[bot]
|
7959d92029
|
Merge branch 'master' into minor-changes-3
|
2021-06-15 18:07:24 +00:00 |
|
Nikolai Kochetov
|
80a13c489b
|
Revert back moduloLegacy check for canConstantBeWrappedByFunctions.
|
2021-06-15 18:21:31 +03:00 |
|
Nikolai Kochetov
|
481b87b37a
|
Remove some code from keyCondition.
|
2021-06-15 16:47:37 +03:00 |
|
Nikita Mikhaylov
|
a52bba91b7
|
Merge pull request #16401 from abyss7/ast-table-identifier-2
ASTTableIdentifier part #2: Introduce ASTTableIdentifier
|
2021-06-15 13:51:30 +03:00 |
|
Alexey Milovidov
|
447d7bb8cd
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
|
Nikolai Kochetov
|
6197d20c18
|
Update KeyCondition.cpp
|
2021-06-08 15:48:14 +03:00 |
|
Nikolai Kochetov
|
c4832fd3c0
|
Added test.
|
2021-06-07 21:24:32 +03:00 |
|
Nikolai Kochetov
|
0d2a839ca4
|
Fix tests.
|
2021-06-07 16:41:40 +03:00 |
|
Nikolai Kochetov
|
397f6133e0
|
Refactor canConstantBeWrappedByMonotonicFunctions function.
|
2021-06-04 20:56:56 +03:00 |
|
Nikolai Kochetov
|
3e5a1cda60
|
Revert
|
2021-06-03 17:44:59 +03:00 |
|