Alexander Kozhikhov
15fe367f83
few fixes
2019-05-31 01:48:44 +03:00
Alexander Kozhikhov
01caea8426
some changes and fixes on regression methods
2019-05-31 01:20:44 +03:00
BayoNet
b6dbe984da
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-4293
2019-05-30 18:18:25 +03:00
BayoNet
559ff71e05
DOCAPI-4293: MySQL engine and table function. EN review and RU translation.
2019-05-30 18:12:56 +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
foxxmary
d7ba48fcd3
docs logistic regression
2019-05-28 18:59:18 +00: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
BayoNet
c489e1f98b
Merge branch 'DOCAPI-6423-leastSqr' of github.com:BayoNet/ClickHouse into DOCAPI-4293
2019-05-26 14:16:33 +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
2097e3edc8
docs
2019-05-25 21:50:08 +03:00
Danila Kutenin
6090f5eca8
ngramEntry function was added
2019-05-25 21:47:26 +03:00
Alexander Kozhikhov
bbae5448f4
documentation on linearRegression
2019-05-25 18:51:56 +03:00
Alexander Kozhikhov
2a820d3c47
documentation on linearRegression
2019-05-25 18:51:41 +03:00
alexey-milovidov
c2af408cc9
Merge pull request #5299 from BayoNet/DOCAPI-6206-odbc-engine
...
DOCAPI-6206 ODBC table engine and odbc table functions descriptions
2019-05-25 16:23:14 +03:00
alexey-milovidov
980c564db6
Merge pull request #5339 from sundy-li/feature/sequence64
...
Make sequenceMatch aggregate functions support other unsigned Integer types
2019-05-25 15:59:36 +03:00
alexey-milovidov
d2941985bf
Merge pull request #5332 from BayoNet/DOCAPI-4293
...
DOCAPI-4293: DISTINCT ... ORDER BY, MySQL engine and mysql table function
2019-05-25 15:52:34 +03:00
alexey-milovidov
137b258f96
Update mysql.md
2019-05-25 15:48:53 +03:00
alexey-milovidov
8e97eb08a6
Update reference.md
2019-05-25 14:18:08 +03:00
BayoNet
925703a7f2
DOCAPI-6423: Fix of terms.
2019-05-25 12:56:08 +03:00
BayoNet
c2da4487df
DOCAPI-6423: Fix.
2019-05-24 12:52:38 +03:00
BayoNet
39d392b2bd
DOCAPI-6423: leastSqr description.
2019-05-24 12:47:26 +03:00
Vitaly Baranov
763cef2cee
Merge pull request #5348 from BayoNet/DOCAPI-6697-toValidUTF8
...
DOCAPI-6697: Edit of the toValidUTF8 description
2019-05-23 16:39:23 +03:00
BayoNet
9b407183c9
DOCAPI-6697: Fix.
2019-05-23 14:55:28 +03:00
BayoNet
fb7f655015
DOCAPI-6697: Better example.
2019-05-23 14:37:05 +03:00
Artem Zuikov
bb6f9460cd
Merge pull request #5361 from BayoNet/DOCAPI-6553-comma-cross-joins
...
DOCAPI-6553: JOIN syntax. JOIN optimization setting description.
2019-05-22 17:20:17 +03:00
BayoNet
ed4abb9cdb
DOCAPI-6553: Deleted wrong info.
2019-05-22 16:50:04 +03:00
BayoNet
33ac2a38bd
DOCAPI-6553: Tried to avoid terms short and clear syntax.
2019-05-22 16:48:28 +03:00
proller
6cb4485473
Rename aggregate functions TSgroup* to timeSeriesGroup* ( #5307 )
2019-05-21 18:33:54 +03:00
Vitaly Baranov
1f5e5282d5
Merge pull request #5202 from BayoNet/DOCAPI-6550-function-basename
...
DOCAPI-6550: Description of the 'basename' function. Brotli for HTTP.
2019-05-21 16:38:59 +03:00
BayoNet
de147784b9
DOCAPI-6553: Some clarifications.
2019-05-21 15:17:30 +03:00
BayoNet
380dd70a01
DOCAPI-6697: Changed example to less confusing.
2019-05-21 12:08:43 +03:00
BayoNet
391a04bfd2
DOCAPI-6553: JOIN syntax. JOIN optimization setting description.
2019-05-21 11:05:56 +03:00
BayoNet
8bf1c49863
DOCAPI-6550: Some fixes.
2019-05-20 18:06:11 +03:00
BayoNet
8e3c5157cc
DOCAPI-6697: Edited the toValidUTF8 description.
2019-05-20 17:41:10 +03:00
BayoNet
4463072b37
DOCAPI-6206: Clarifications.
2019-05-20 15:25:23 +03:00
BayoNet
f1e19357d8
DOCAPI-6206: Added examples of the ODBC table engine and the odbc table function.
2019-05-20 12:50:37 +03:00
sundy-li
66c60c2985
better tests
2019-05-20 12:31:52 +08:00
Danila Kutenin
295a4a8684
Merge pull request #5330 from yandex/format_function
...
Format function added
2019-05-19 12:07:57 +03:00
BayoNet
1a997f3910
DOCAPI-4293: Update of DISTINCT description.
2019-05-18 21:28:30 +03:00
BayoNet
8cc4586f86
DOCAPI-4293: MySQL engine and mysql table functions docs.
2019-05-18 20:25:58 +03:00
Danila Kutenin
4e3a607267
format function added
2019-05-18 14:30:36 +03:00
alexey-milovidov
24b16da9fd
Merge pull request #5235 from vitlibar/improve-new-json-functions
...
Improve new json functions
2019-05-18 12:51:41 +03:00
Danila Kutenin
1b63952373
docs
2019-05-17 15:57:11 +03:00
Danila Kutenin
0d3422fa8a
toValidUTF8 function added
2019-05-17 15:55:21 +03:00
BayoNet
edea9a9eb2
DOCAPI-6206: Some clarifications.
2019-05-17 10:54:55 +03:00
Vitaly Baranov
ae4f472bc7
Add tests cases and fix documentation for JSON functions.
2019-05-16 16:48:19 +03:00
Vitaly Baranov
76bda0342b
Move ExtraArg to the end of arguments of JSONExtract().
2019-05-16 14:09:22 +03:00
Vitaly Baranov
d003682626
Implement function JSONExtractRaw().
2019-05-16 14:09:22 +03:00
Vitaly Baranov
8be2e728c0
Use capital letters in the names of json functions: jsonHas => JSONHas
2019-05-16 14:09:22 +03:00
Vitaly Baranov
0d26ac8583
Reimplement indices in objects in more straightforward way
2019-05-16 14:09:22 +03:00
BayoNet
316e94defe
DOCAPI-6206: ODBC table engine description.
2019-05-16 10:12:04 +03:00
Yangkuan Liu
0760a3436f
add AggregateFunction TSgroup{Rate}Sum ( #4542 )
2019-05-15 19:16:25 +03:00
BayoNet
700def46d3
DOCAPI-6206: fix.
2019-05-15 13:48:22 +03:00
BayoNet
5fb1240bf6
DOCAPI-6206: ODBC engine and table function.
2019-05-15 13:44:55 +03:00
BayoNet
b044be57c4
DOCAPI-4197: Text fixes.
2019-05-15 11:17:03 +03:00
BayoNet
dfcd9ab9a5
DOCAPI-4197: Fixes and clarifications.
2019-05-15 10:16:48 +03:00
Vitaly Baranov
9620e2e223
Merge pull request #5003 from Enmk/geohash_support
...
Implementation of geohashEncode and geohashDecode functions;
2019-05-14 20:01:22 +03:00
BayoNet
6f71474b0e
DOCAPI-4197: Join settings.
2019-05-14 16:11:23 +03:00
Ivan Blinkov
e8cbf3d09e
Merge pull request #5096 from BayoNet/DOCAPI-3822-zookeeper-secure-connection
...
DOCAPI-3822: ZooKeeper settings. Oracle ODBC issue.
2019-05-13 22:14:25 +03:00
Ivan Blinkov
2c43795f0e
Merge pull request #5210 from Enmk/IPv4_IPv6_domains_docs
...
IPv4 and IPv6 domain docs.
2019-05-13 10:58:59 +03:00
svladykin
22389d4eca
Support for bitmapHasAny and bitmapHasAll functions.
2019-05-12 17:47:31 +03:00
Vasily Nemkov
e4988110ec
Implementation of geohashEncode and geohashDecode functions;
...
Function signatures:
* geohashEncode(float lon, float lat, int precision) => string
* geohashDecode(string encoded) => (float llon, float lat)
With test cases and documentation;
2019-05-10 14:59:24 +03:00
Vasily Nemkov
4c17864685
IPv4 and IPv6 domain docs.
2019-05-10 09:31:44 +03:00
BayoNet
d435d834ba
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-6550-function-basename
2019-05-08 19:24:27 +03:00
hcz
304c793b5f
Add docs for json functions
2019-05-08 16:20:25 +03:00
BayoNet
d53efd1605
DOCAPI-6550: Some clarifications.
2019-05-07 18:07:29 +03:00
BayoNet
95626b068d
DOCAPI-6550: Some clarifications.
2019-05-07 17:56:46 +03:00
BayoNet
dc508220c9
DOCAPI-6554. Clarification of text.
2019-05-07 17:40:19 +03:00
BayoNet
b613f385f3
DOCAPI-6554: Extended syntax for LIMIT BY clause.
2019-05-07 10:47:26 +03:00
BayoNet
c389830aed
DOCAPI-6550: Description of the 'basename' function.
2019-05-06 11:25:46 +03:00
Danila Kutenin
6a6b30a56f
Less code with unique ptrs and some docs added
2019-05-06 00:35:08 +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
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
Ivan Blinkov
e141788f02
Merge pull request #5113 from letfoolsdie/patch-1
...
updated docs for db creation command
2019-04-30 02:21:19 +03:00
Guillaume Tassery
f21004ed7e
IPv4CIDRtoIPv4Range and IPv6CIDRtoIPv6Range return now an IP
2019-04-26 13:30:07 +07:00
Nikolay Semyachkin
7694aa9b1f
updated docs for db creation command
...
added `[ON CLUSTER cluster]` to db creation command
2019-04-25 18:32:29 +03:00
ogorbacheva
285ac81bde
Merge branch 'master' into DOCAPI-3772-arraySort2
2019-04-25 00:09:18 +03:00
ogorbacheva
25fafde574
Review2
2019-04-25 00:08:49 +03:00
ogorbacheva
a2bf29a2b1
Edit higher order
2019-04-24 17:35:52 +03:00
alexey-milovidov
d2a4aa964d
Merge pull request #5026 from PerformanceVision/uniq_array
...
Add an optional max_size parameter to groupUniqArray
2019-04-24 14:34:39 +03:00
BayoNet
05f615c171
DOCAPI-3822: ZooKeeper settings. Oracle ODBC issue.
2019-04-24 10:39:53 +03:00
Guillaume Tassery
24b0e9cc51
add documentation about IPv6CIDRtoIPv6Range and IPv4CIDRtoIPv4Range functions in english
2019-04-24 13:20:02 +07:00
ogorbacheva
c5a93dc52c
Review
2019-04-23 22:54:32 +03:00
ogorbacheva
585a27c4f4
Review
2019-04-23 22:43:20 +03:00
ogorbacheva
28396b0422
Fixes
2019-04-23 16:03:41 +03:00
ogorbacheva
13da9463bf
Fixes
2019-04-23 15:56:22 +03:00
ogorbacheva
0573f7eb1f
Merge branch 'master' into DOCAPI-3772-arraySort2
2019-04-22 14:59:13 +03:00
ogorbacheva
19e4352759
Doc fix: Actualize ARRAY JOIN
( #5065 )
2019-04-22 11:34:25 +03:00
ogorbacheva
35c41cf057
Added info about arraySort
2019-04-19 19:04:45 +03:00
ogorbacheva
60e35ae2dd
Added info about arraySort
2019-04-19 18:55:23 +03:00
ogorbacheva
f5dfd7f928
Added info about arraySort
2019-04-19 18:18:57 +03:00
Guillaume Tassery
340e1380f4
Merge branch 'master' into uniq_array
2019-04-17 17:06:23 +07:00
Guillaume Tassery
3816b40579
Add documentation about the max_size argument for groupUniqArray
2019-04-17 14:15:59 +07:00
Anton Popov
7f93f9ad2f
TTL for columns and tables ( #4212 )
...
Add TTL for columns and tables.
2019-04-15 12:30:45 +03:00
ogorbacheva
e592b0fcd5
Fix
2019-04-12 19:32:03 +03:00
ogorbacheva
9d8cb5e142
Doc fix: Add [IF EXISTS] clause to the column modification (en) ( #4941 )
2019-04-11 18:18:55 +03:00
BayoNet
0488438ac6
DOCAPI-5757 input_format_values_interpret_expressions EN review and RU translation ( #4982 )
2019-04-11 17:54:39 +03:00
Danila Kutenin
e28bae8f19
Fix docs because hyperscan 5.1.1 released
2019-04-11 13:54:35 +03:00
ogorbacheva
0c68126698
Doc fix: Add info about EXTRACT FROM (en, ru) ( #4950 )
2019-04-10 21:58:42 +03:00