alesapin
|
8b263739ce
|
Comments
|
2019-06-21 16:01:27 +03:00 |
|
alesapin
|
92509b71a4
|
Slightly speedup
|
2019-06-21 16:01:16 +03:00 |
|
alesapin
|
682e803fc9
|
Merge with master
|
2019-06-21 12:44:57 +03:00 |
|
proller
|
f111dbd45f
|
Do not require gperf on build (#5701)
* Build fixes
* fix
* USE_GPERF
* wip
* wip
* wip
* test -j
* Simpler
* fix
* FunctionsURL.h -> URL/FunctionsURL.h
* clean
* clean
* Always use gperf-generated file
* Generator for tldLookup.generated.cpp
* clang-format
|
2019-06-21 02:50:53 +03:00 |
|
proller
|
fa809de91f
|
Move all url functions to clickhouse_functions_url lib (#5696)
|
2019-06-20 18:49:54 +03:00 |
|
proller
|
3d8c8ee83c
|
Build fixes. Split config.h (#5686)
|
2019-06-20 12:12:49 +03:00 |
|
alexey-milovidov
|
1a19a36704
|
Update CRC32.cpp
|
2019-06-20 01:31:51 +03:00 |
|
Ivan Remen
|
b353b8347a
|
Merge remote-tracking branch 'main/master' into crc32-for-master
|
2019-06-19 15:16:20 +03:00 |
|
Ivan Remen
|
85fd2b3127
|
Fix compile
|
2019-06-19 11:33:45 +03:00 |
|
Ivan Remen
|
64231090cd
|
Fix compile
|
2019-06-19 11:14:49 +03:00 |
|
Ivan Remen
|
f6b16e40af
|
Rename file
|
2019-06-19 11:02:50 +03:00 |
|
Ivan Remen
|
80ee05eb8d
|
Make CRC32 case insensitive
|
2019-06-19 10:59:38 +03:00 |
|
alexey-milovidov
|
9bdbd84263
|
Merge pull request #5030 from PerformanceVision/top_level_domain
Changing how the function (cutTo)firstSignificantSubdomain detect the tld (proposal)
|
2019-06-19 02:08:43 +03:00 |
|
Ivan Remen
|
d70d8f533d
|
Delete bad function
|
2019-06-18 11:23:56 +03:00 |
|
Ivan Remen
|
93df144ed1
|
Use zlib-ng crc32
|
2019-06-18 11:04:27 +03:00 |
|
Ivan Remen
|
edff6e58dc
|
Support crc32 function
|
2019-06-18 00:54:26 +03:00 |
|
Alexey Milovidov
|
413b780b65
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
|
proller
|
2a6c7cda0b
|
CLICKHOUSE-4179 Fix function arrayEnumerateUniqRanked (#5622)
* wip
* fix
* clean
|
2019-06-15 22:14:17 +03:00 |
|
proller
|
fc7ae399c4
|
Use system rapidjson; Fix types for macos;
|
2019-06-14 13:28:30 +03:00 |
|
alexey-milovidov
|
9b727d267e
|
Merge pull request #5535 from infinivision/add_bitmapContains
Add bitmapContains
|
2019-06-14 09:23:37 +03:00 |
|
Alexey Milovidov
|
c846d0f6af
|
Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*.*$/}/'
|
2019-06-13 13:43:37 +03:00 |
|
Alexey Milovidov
|
8b87511e25
|
Namespace comments are unneeded according to the code style.
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '}\s*//+\s*namespace\s*' | xargs sed -i -r -e 's/}\s*\/\/+\s*namespace\s*\w+/}/'
|
2019-06-13 13:37:13 +03:00 |
|
Alexey Milovidov
|
261c9cf9ff
|
Whitespace
|
2019-06-13 13:15:32 +03:00 |
|
alexey-milovidov
|
be51de0903
|
Merge pull request #5559 from proller/fix28
CLICKHOUSE-4179 Fix of function arrayEnumerateUniqRanked for arguments with empty arrays
|
2019-06-13 13:14:51 +03:00 |
|
alexey-milovidov
|
96975c8881
|
Update arrayEnumerateRanked.h
|
2019-06-12 12:18:51 +03:00 |
|
Danila Kutenin
|
585e4b75c5
|
Fix some weird cases in Searchers
|
2019-06-12 07:14:03 +03:00 |
|
Danila Kutenin
|
4fd85b4136
|
Clearer interfaces of Searchers
|
2019-06-12 05:35:25 +03:00 |
|
proller
|
21d523904b
|
fix style
|
2019-06-09 14:40:25 +03:00 |
|
proller
|
7449f4f68d
|
clang-format
|
2019-06-07 21:22:57 +03:00 |
|
proller
|
516ce69d70
|
CLICKHOUSE-4179 Fix of function arrayEnumerateUniqRanked for arguments with empty arrays
|
2019-06-07 20:37:01 +03:00 |
|
Zhichang Yu
|
8a26060ca8
|
fix style
|
2019-06-06 08:34:34 +08:00 |
|
Orivej Desh
|
5ec179377a
|
DEVTOOLS-5170 Delete Y_IGNORE markers (#5533)
They have been superseded by a new include resolution configuration that lives
outside clickhouse source tree.
|
2019-06-05 14:52:39 +03:00 |
|
Zhichang Yu
|
b694d039c1
|
added FunctionBitmapContains
|
2019-06-05 16:25:48 +08:00 |
|
alexey-milovidov
|
4ca476ec80
|
Merge pull request #5516 from yandex/fix-regression-models
Fix regression models
|
2019-06-05 08:07:18 +03:00 |
|
alexey-milovidov
|
59a59c34c6
|
Update FunctionsBitmap.h
|
2019-06-05 08:03:09 +03:00 |
|
Zhichang Yu
|
0e3f2d5faa
|
added comments for bitmapHasAll and bitmapHasAny
|
2019-06-05 11:26:13 +08:00 |
|
Zhichang Yu
|
6d0e7b7b21
|
fix https://github.com/yandex/ClickHouse/issues/5479
|
2019-06-04 14:10:51 +08:00 |
|
Nikolai Kochetov
|
1034295f04
|
Fixed UInt32 overflow bug in linear models. Allow eval ML model for non-const model argument.
|
2019-06-03 08:11:15 +03:00 |
|
Alexey Milovidov
|
1607ec49ba
|
Fixed linking with lld
|
2019-05-30 11:23:20 +03:00 |
|
chertus
|
3f2e09ac93
|
Merge branch 'master' into decimal
|
2019-05-29 13:58:33 +03:00 |
|
Nikolai Kochetov
|
1c8b7dc96d
|
Merge pull request #5411 from Quid37/master
small changes on linear regression
|
2019-05-29 06:31:51 +03:00 |
|
Vitaly Baranov
|
63b319404b
|
Fix handling mixed const/non-const cases.
|
2019-05-28 02:47:33 +03:00 |
|
Alexander Kozhikhov
|
5cd85baec6
|
changes on return type of linearRegression
|
2019-05-27 23:14:23 +03:00 |
|
Danila Kutenin
|
b579c98651
|
Merge pull request #5422 from yandex/ngram_non_symmetric
ngramEntry renamed to ngramSearch
|
2019-05-27 12:50:08 +03:00 |
|
Danila Kutenin
|
b65a9499c8
|
ngramEntry renamed to ngramSearch
|
2019-05-27 12:05:02 +03:00 |
|
Sergi Vladykin
|
2be4721771
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into bitmap1
|
2019-05-26 12:27:54 +03:00 |
|
Danila Kutenin
|
6090f5eca8
|
ngramEntry function was added
|
2019-05-25 21:47:26 +03:00 |
|
alexey-milovidov
|
fbbe3c1246
|
Merge pull request #5359 from andyyzh/fix_bitmap_issue_5244
Fixed bitmap functions produce wrong result
|
2019-05-25 15:43:38 +03:00 |
|
chertus
|
9eca696e82
|
actualize isNumber for Decimal
|
2019-05-24 15:11:03 +03:00 |
|
chertus
|
f82ea1c1d5
|
dictGet() dictGetOrDefault for Decimals
|
2019-05-23 17:04:33 +03:00 |
|