Commit Graph

679 Commits

Author SHA1 Message Date
Danila Kutenin
0d3422fa8a toValidUTF8 function added 2019-05-17 15:55:21 +03:00
Yangkuan Liu
0760a3436f add AggregateFunction TSgroup{Rate}Sum (#4542) 2019-05-15 19:16:25 +03:00
Ivan Blinkov
150c8466d7
fix few typos 2019-05-15 12:04:24 +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
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
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
hcz
304c793b5f Add docs for json functions 2019-05-08 16:20:25 +03:00
Ivan Blinkov
e14dc2cac0
DOCAPI-6554: Extended syntax for LIMIT BY clause. (#5211)
* DOCAPI-6554: Extended syntax for LIMIT BY clause.

* DOCAPI-6554. Clarification of text.
2019-05-08 01:56:17 +03:00
BayoNet
3ff89198b7 DOCAPI-6207: JDBC engine EN description (#5112)
* DOCAPI-6207: JDBC engine EN description.

* DOCAPI-6207: Edits after review.
2019-05-08 01:50:37 +03:00
BayoNet
dc508220c9 DOCAPI-6554. Clarification of text. 2019-05-07 17:40:19 +03:00
张风啸
82974e5ed8 zhdocs: translate zh collapsingmergetree.md (#5168)
* translate zh collapsingmergetree.md and fix zh attention format

* fix the create table link
2019-05-07 11:24:55 +03:00
BayoNet
b613f385f3 DOCAPI-6554: Extended syntax for LIMIT BY clause. 2019-05-07 10:47:26 +03:00
BayoNet
52f4d508bf DOCAPI-3822: Some corrections. 2019-05-06 21:09:28 +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
Hasnat
546b4815d1
Update access_rights.md 2019-04-30 18:18:21 +01: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
Ivan Blinkov
b1831a9ab5 Add link to horgh-replicator 2019-04-29 19:50:02 +03:00
Ivan Blinkov
67bf5be109
Merge pull request #5061 from ogorbacheva/DOCAPI-3772-arraySort2
Doc fix: Added `arraySort` + `arrayReverseSort`
2019-04-29 19:43:50 +03:00
Ivan Blinkov
bcfdba6a96
DOCAPI-6427: Settings for format processing. (#5120) 2019-04-29 19:32:07 +03:00
alexey-milovidov
41eee012a1
Merge pull request #5135 from serge-rider/patch-1
DBeaver information update
2019-04-29 19:29:21 +03:00
never lee
81d276a0a4 translate docs/zh/operations/table_engines/custom_partitioning_key.md (#5134) 2019-04-29 18:08:11 +03:00
Serge Rider
294b694a8a
DBeaver information update
DBeaver for Clickhouse is NOT a commercial software, it is free and open-source (Apache license). Source code is at https://github.com/dbeaver/dbeaver/issues
2019-04-29 13:13:18 +03:00
filimonov
8b73ff5b3d insert_sample_with_metadata small fixes in doc (#5121) 2019-04-26 16:45:45 +03:00
BayoNet
cc3f372a7b DOCAPI-6427: Settings for format processing. 2019-04-26 13:58:33 +03:00
张风啸
8b24fed486 zhdocs: log_family.md and stripelog.md (#5107) 2019-04-26 12:51:15 +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
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
张风啸
5aacb7505d Zhdocs: SummingMergeTree and Dictionary (#5087) 2019-04-23 23:25:24 +03: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
never lee
fdc8b397c8 Zhdocs/replication md (#5068) 2019-04-22 11:27:13 +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
ogorbacheva
58dc7ac31b Doc fix: Added system.query_log table (#5039) 2019-04-18 14:23:34 +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