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
alexey-milovidov
142bcc58f4
Merge pull request #5374 from JaosnHsieh/patch-1
...
percentage should multiply 100 instead of 1000
2019-05-22 22:59:24 +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
JaosnHsieh
cdbb6e98fd
Update ontime.md
2019-05-22 10:25:30 +08:00
JaosnHsieh
e03f0e2c50
percentage should multiply 100 instead of 1000
2019-05-22 10:20:09 +08: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
8a7bed162f
DOCAPI-6550: Changed the text a bit.
2019-05-21 16:20:14 +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
344fe3038c
DOCAPI-6550: Clarification of compression/decompression request parameters usage.
2019-05-21 08:20:09 +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
never lee
7249c9139f
translate docs/zh/operations/table_engines/aggregatingmergetree.md ( #5328 )
...
* translate docs/zh/operations/table_engines/aggregatingmergetree.md
* optimize docs/zh/operations/table_engines/aggregatingmergetree.md
2019-05-20 05:49:08 +03:00
Danila Kutenin
295a4a8684
Merge pull request #5330 from yandex/format_function
...
Format function added
2019-05-19 12:07:57 +03:00
alexey-milovidov
ffe3f6d106
Update tests.md
2019-05-19 03:09:40 +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
e0b90de474
Merge pull request #5322 from yandex/to_valid_utf8
...
toValidUTF8 function added
2019-05-17 22:48:32 +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
Vladimir Chebotarev
bc99be0f10
Minor Markdown fixes. [#CLICKHOUSE-2]
2019-05-17 03:24:34 +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
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
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
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
2843d14a33
DOCAPI-6550: Some clarifications.
2019-05-07 18:20:07 +03:00
BayoNet
411238bb57
DOCAPI-6550: Some clarifications.
2019-05-07 18:18:28 +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
张风啸
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