alexey-milovidov
|
9f5e1a5b80
|
Merge pull request #5228 from andyyzh/fix_bitmap_issue_5220
Fix bitmap functions crash the server bug segfault
|
2019-05-09 23:06:57 +03:00 |
|
alexey-milovidov
|
a1cb9a2d67
|
Merge pull request #5152 from janplus/bug-null-in
Fix null problem in FunctionIn
|
2019-05-09 19:22:41 +03:00 |
|
Andy Yang
|
4b66622601
|
Fix bitmap functions crash the server bug segfault
|
2019-05-09 17:24:36 +08:00 |
|
Vitaly Baranov
|
7ace113ac0
|
Use custom cmake file for simdjson and fix build
|
2019-05-08 16:20:25 +03:00 |
|
Vitaly Baranov
|
14d58737dd
|
Fix error: use of old-style cast
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
682ce99133
|
Return strings in jsonType
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
706f335042
|
Format code and update tests
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
8cae381428
|
Performance improvement
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
b721ae11f5
|
Fix const column detection
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
e1a236f55c
|
Update API
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
789b484108
|
Fix cmakelists
|
2019-05-08 16:20:25 +03:00 |
|
hcz
|
560246c0c3
|
Add Simdjson API
|
2019-05-08 16:20:25 +03:00 |
|
吴健
|
c687a85304
|
Merge branch 'bug-null-in' of github.com:janplus/ClickHouse into bug-null-in
|
2019-05-07 13:59:46 +08:00 |
|
吴健
|
84ee8cec93
|
Add function ignoreExceptNull to meet nullable functionIn's requirement for optimization of analyse.
|
2019-05-07 13:20:23 +08:00 |
|
Danila Kutenin
|
c280907f09
|
Zero initialization instead of memset
|
2019-05-06 11:34:28 +03:00 |
|
Danila Kutenin
|
512c7fa3a4
|
Comments
|
2019-05-06 00:40:37 +03:00 |
|
Danila Kutenin
|
8b235f7a4a
|
Comments
|
2019-05-06 00:37:58 +03:00 |
|
Danila Kutenin
|
6a6b30a56f
|
Less code with unique ptrs and some docs added
|
2019-05-06 00:35:08 +03:00 |
|
Danila Kutenin
|
f613c06c47
|
ngram vector_vector distance added
|
2019-05-05 23:48:46 +03:00 |
|
Danila Kutenin
|
ca4f098362
|
fix hyperscan to treat regular expressions as utf-8 expressions
|
2019-05-05 09:51:59 +03:00 |
|
Alexey Milovidov
|
c462b0fabb
|
Miscellaneous
|
2019-05-05 02:12:55 +03:00 |
|
alexey-milovidov
|
9e3c80d2ed
|
Merge pull request #5170 from yandex/cidr-to-range-better-code
Cidr to range better code
|
2019-05-02 19:29:36 +03:00 |
|
Alexey Milovidov
|
4dc0170d2c
|
CIDR functions: better code #5095
|
2019-05-02 16:04:24 +03:00 |
|
alexey-milovidov
|
478b721b36
|
Merge pull request #5167 from yandex/remove-useless-code-in-columns-description
Removed bad and useless code in ColumnsDescription
|
2019-05-02 02:16:36 +03:00 |
|
Alexey Milovidov
|
0381a6a1ec
|
Better code for CIDR to range functions #5095
|
2019-05-02 01:09:24 +03:00 |
|
Alexey Milovidov
|
3fa2784e7c
|
Removed unneeded file #5095
|
2019-05-02 01:00:56 +03:00 |
|
alexey-milovidov
|
2dccdb18eb
|
Merge pull request #5095 from PerformanceVision/CIDR_MASK
Functions for calculate lower and high range of an IP address using a CIDR mask
|
2019-05-02 01:00:29 +03:00 |
|
Alexey Milovidov
|
1be21e3cb6
|
Removed bad and useless code in ColumnsDescription
|
2019-05-02 00:43:05 +03:00 |
|
alexey-milovidov
|
35471f4234
|
Update in.cpp
|
2019-04-30 20:26:56 +03:00 |
|
alexey-milovidov
|
b88c981902
|
Update basename.cpp
|
2019-04-30 19:15:08 +03:00 |
|
alexey-milovidov
|
39b696f9df
|
Update basename.cpp
|
2019-04-30 19:14:53 +03:00 |
|
Guillaume Tassery
|
ee742f38d9
|
Formatting
|
2019-04-30 13:53:09 +07:00 |
|
吴健
|
acbeedad38
|
Fix null problem in FunctionIn
|
2019-04-30 11:50:30 +08:00 |
|
alexey-milovidov
|
109726d533
|
Update basename.cpp
|
2019-04-30 00:40:54 +03:00 |
|
Guillaume Tassery
|
95141804fb
|
Add a basename function
|
2019-04-29 16:40:44 +07:00 |
|
Guillaume Tassery
|
f21004ed7e
|
IPv4CIDRtoIPv4Range and IPv6CIDRtoIPv6Range return now an IP
|
2019-04-26 13:30:07 +07:00 |
|
proller
|
ba4687e110
|
Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091)
|
2019-04-24 12:06:28 +03:00 |
|
Guillaume Tassery
|
68b0144178
|
Remove unused header and some typo in comment for IPv6 range function
|
2019-04-24 13:26:28 +07:00 |
|
Guillaume Tassery
|
efd780f20d
|
Apply fix for IPv6 range function when we use a column with more than one element
|
2019-04-24 12:19:36 +07:00 |
|
Guillaume Tassery
|
0e67d424da
|
Code reformating for ip range function
|
2019-04-24 11:18:17 +07:00 |
|
Guillaume Tassery
|
56393de68e
|
Handle UB case for CIDR IP range function and add documentation
|
2019-04-23 19:28:25 +07:00 |
|
Guillaume Tassery
|
8dee4fe5d1
|
Add function for get an ipv4 range using an ipv4 and a cidr mask
|
2019-04-23 14:02:23 +07:00 |
|
Guillaume Tassery
|
153c9d6455
|
Add function for get an IP range from a CIDR
|
2019-04-22 18:21:59 +07:00 |
|
Vitaly Baranov
|
7ef7a2d767
|
Disable ubsan error "outside the range of representable values" in bitSwapLastTwo.cpp
|
2019-04-17 19:14:31 +03:00 |
|
Danila Kutenin
|
0abde66822
|
isValidUTF8 movemask is a bad choice, let's use testz
|
2019-04-16 15:49:22 +03:00 |
|
Alexey Milovidov
|
0db5ec9227
|
More tests
|
2019-04-12 03:52:24 +03:00 |
|
Alexey Milovidov
|
ceef92fa9e
|
Fixed inconsistent whitespaces
|
2019-04-12 03:37:07 +03:00 |
|
Alexey Milovidov
|
b4878dbffa
|
Added support for non-constant and negative size and length arguments for function substringUTF8
|
2019-04-12 03:34:11 +03:00 |
|
Alexey Milovidov
|
36d016d331
|
Added [[noreturn]] attributes for functions that throw unconditionally
|
2019-04-10 23:27:14 +03:00 |
|
Alexey Milovidov
|
5be06d8556
|
Simplified expression (suggested by PVS-Studio)
|
2019-04-10 23:05:25 +03:00 |
|