kssenii
|
eb4746ac69
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into cast-internal
|
2021-08-10 09:38:41 +00:00 |
|
Maksim Kita
|
12149d1ebb
|
Merge pull request #27234 from DHBin/add_bitmapSubsetOffsetLimit
add bitmapSubsetOffsetLimit function
|
2021-08-10 12:09:56 +03:00 |
|
Maksim Kita
|
4d9fae2e18
|
Merge pull request #27423 from fuwhu/feature/correct-key-type-in-mapContains
Correct the key data type used in mapContains
|
2021-08-09 14:31:28 +03:00 |
|
mergify[bot]
|
bd313279e8
|
Merge branch 'master' into hyperscansanitizer
|
2021-08-08 17:03:05 +00:00 |
|
fuwhu
|
34e6f5c66b
|
Correct the key data type used in mapContains.
|
2021-08-08 10:22:39 +08:00 |
|
kssenii
|
01b4bd3f91
|
Fix some more tests
|
2021-08-07 14:28:12 +00:00 |
|
董海镔
|
3dcff2124c
|
rename bitmapSubsetOffsetLimit to subBitmap and modify the rb_offset_limit function logic
|
2021-08-07 18:47:33 +08:00 |
|
kssenii
|
ec9e82fb0c
|
Fix some tests
|
2021-08-07 10:12:59 +00:00 |
|
kssenii
|
9ca422f0c5
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
|
Amos Bird
|
aa33a7add1
|
Add settings to check hyperscan regexp length.
|
2021-08-07 13:07:41 +08:00 |
|
alexey-milovidov
|
e1927118cd
|
Merge pull request #27181 from vdimir/issue-27169
Fix uninitialized memory in functions multiSearch* with empty array
|
2021-08-06 21:10:22 +03:00 |
|
Alexander Kuzmenkov
|
658ce5258f
|
Merge pull request #26663 from ildus/mappopulateseries_for_maps
Add Map type support in mapPopulateSeries function
|
2021-08-06 18:53:37 +03:00 |
|
vdimir
|
fbcefaee5d
|
Fill result vector only for empty input in multiSearch functions
|
2021-08-06 11:49:51 +03:00 |
|
董海镔
|
e8b6c0a227
|
add bitmapSubsetOffsetLimit function
|
2021-08-06 00:44:07 +08:00 |
|
Maksim Kita
|
4f0dbae0f9
|
Merge pull request #27211 from amosbird/betterregex
Split mutex into individual regexp construction.
|
2021-08-05 17:03:44 +03:00 |
|
Amos Bird
|
45a86b1aa4
|
Remove silly and wrong optimization
|
2021-08-05 17:01:15 +08:00 |
|
Amos Bird
|
a1dd7e5c97
|
Split mutex into individual regexp construction.
|
2021-08-05 13:59:47 +08:00 |
|
vdimir
|
b8558a1716
|
Fix uninitialized memory in functions multiSearch* with empty array
|
2021-08-04 16:44:39 +03:00 |
|
Amos Bird
|
4f7e007d35
|
Specialize date time comparision.
|
2021-08-03 16:49:39 +08:00 |
|
Nikolai Kochetov
|
6951e8147d
|
Merge pull request #27020 from amosbird/shardlevelconstness
Shard-level const column
|
2021-08-02 13:45:20 +03:00 |
|
Alexander Kuzmenkov
|
44e3b76c3a
|
Merge branch 'master' into mappopulateseries_for_maps
|
2021-08-02 13:02:22 +03:00 |
|
Amos Bird
|
6d3356ac43
|
Remove useless WithContext
|
2021-08-02 17:37:41 +08:00 |
|
alesapin
|
181f93c60a
|
Merge pull request #24997 from evillique/nlp
NLP functions
|
2021-08-02 10:50:40 +03:00 |
|
Amos Bird
|
c03b20d1a1
|
Fix
|
2021-07-31 17:02:33 +08:00 |
|
Amos Bird
|
479d4fa991
|
Add shardNum() and shardCount() functions
|
2021-07-31 15:45:39 +08:00 |
|
alexey-milovidov
|
d2b7e23899
|
Merge pull request #26961 from Enmk/fix/extractAllGroupsHorizontal_max_matches_per_row
Updated extractAllGroupsHorizontal - flexible limit on number of matches
|
2021-07-31 04:54:24 +03:00 |
|
Ildus Kurbangaliev
|
a4e9a56e8e
|
Make changes by review on #26663 PR
|
2021-07-30 20:57:32 +02:00 |
|
alesapin
|
02176fb4c7
|
Add experimental flag
|
2021-07-30 18:25:51 +03:00 |
|
alesapin
|
4746002776
|
Add an ability to build ClickHouse without NLP functions
|
2021-07-30 16:30:30 +03:00 |
|
Amos Bird
|
9bdd9c912e
|
update as suggested
|
2021-07-30 20:19:39 +08:00 |
|
Amos Bird
|
7b9e81742f
|
Shard level constness
|
2021-07-30 18:53:34 +08:00 |
|
alesapin
|
916594fe23
|
Merge branch 'master' into evillique-nlp
|
2021-07-30 13:03:10 +03:00 |
|
Vasily Nemkov
|
a1fb16df52
|
setting regexp_max_matches_per_row instead of 3rd argument
|
2021-07-30 12:28:21 +03:00 |
|
Vasily Nemkov
|
ec77ba8bfc
|
Updated extractAllGroupsHorizontal - flexible limit on number of matches per row.
If it is not set via third argument, it deafults to previously hardcoded
value 1000.
|
2021-07-29 15:36:55 +03:00 |
|
Nikolai Kochetov
|
97bc754dd8
|
Merge pull request #26758 from ClickHouse/output-streams-to-processors
Remove some output streams
|
2021-07-27 17:19:26 +03:00 |
|
Alexander Kuzmenkov
|
ece7d000dd
|
Merge pull request #26736 from Algunenano/ch_local_remote_localhost
CH local: Treat localhost:port as a remote database
|
2021-07-27 15:30:54 +03:00 |
|
Nikolai Kochetov
|
61d8f880cd
|
Rename some files.
|
2021-07-26 19:48:25 +03:00 |
|
Vitaly Baranov
|
22728cbca0
|
Add new functions currentRoles(), enabledRoles(), defaultRoles().
|
2021-07-24 23:20:40 +03:00 |
|
Raúl Marín
|
383c982715
|
CH local: Treat localhost:port as a remote database
|
2021-07-23 13:16:35 +02:00 |
|
Vitaly Baranov
|
19d5a6ab2f
|
Merge pull request #26714 from vitlibar/new-function-current-profiles
New functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-23 09:10:29 +03:00 |
|
Vitaly Baranov
|
7afcc65060
|
Add new functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-22 22:20:53 +03:00 |
|
Alexey Boykov
|
925e2a6a22
|
Merge branch 'ClickHouse:master' into master
|
2021-07-21 14:54:17 +03:00 |
|
Alexey Boykov
|
4ec811d1fd
|
Revert "Revert "Merge branch 'master' into master""
This reverts commit 28279e13f2 .
|
2021-07-21 14:16:05 +03:00 |
|
Alexey Boykov
|
28279e13f2
|
Revert "Merge branch 'master' into master"
This reverts commit 0543736da1 , reversing
changes made to e8e34ba786 .
|
2021-07-21 14:11:13 +03:00 |
|
Ildus Kurbangaliev
|
d6fe824340
|
Add Map type support in mapPopulateSeries
|
2021-07-21 09:23:14 +02:00 |
|
Alexey Boykov
|
0543736da1
|
Merge branch 'master' into master
|
2021-07-20 16:22:32 +03:00 |
|
Alexey Boykov
|
e8e34ba786
|
compatibility with remote
|
2021-07-20 16:10:55 +03: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
|
72f31af3b2
|
Review fixes.
|
2021-07-19 15:43:31 +03:00 |
|
Kseniia Sumarokova
|
b0ddc4fb30
|
Merge pull request #26364 from kssenii/fixing-date32
Continuation of #25774
|
2021-07-18 21:44:45 +03:00 |
|