alexey-milovidov
108ea4a330
Merge pull request #6995 from godfreyd/godfrey-javahash-hivehash
...
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-24 02:27:49 +03:00
alexey-milovidov
834fe73bad
Update hash_functions.md
2019-09-24 02:27:24 +03:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix ( #7060 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* docs/en: cleaning some files
* docs/en: cleaning data_types
* docs/en: cleaning database_engines
* docs/en: cleaning development
* docs/en: cleaning getting_started
* docs/en: cleaning interfaces
* docs/en: cleaning operations
* docs/en: cleaning query_lamguage
* docs/en: cleaning en
* docs/ru: cleaning data_types
* docs/ru: cleaning index
* docs/ru: cleaning database_engines
* docs/ru: cleaning development
* docs/ru: cleaning general
* docs/ru: cleaning getting_started
* docs/ru: cleaning interfaces
* docs/ru: cleaning operations
* docs/ru: cleaning query_language
* docs: cleaning interfaces/http
* Update docs/en/data_types/array.md
decorated ```
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/nyc_taxi.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/ontime.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/interfaces/formats.md
fixed error
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/custom_partitioning_key.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/dicts/external_dicts_dict_sources.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/date_time_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/jdbc.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs: fixed error
* docs: fixed error
2019-09-23 18:31:46 +03:00
Sergei Bocharov
c051964fee
fixes after review
2019-09-23 13:48:21 +03:00
Sergei Bocharov
052c1a562d
Fixes
2019-09-23 13:10:59 +03:00
Sergei Bocharov
6a4a4b5674
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-23 13:10:59 +03:00
alexey-milovidov
0dc4b1793d
Merge pull request #7036 from infinivision/fix_bitmapMax_doc
...
fix bitmapMin and bitmapMax doc
2019-09-23 01:49:04 +03:00
Zhichang Yu
ab7ecd84a1
fix bitmapMin and bitmapMax doc
2019-09-21 23:34:44 +08:00
Zhichang Yu
0dc3866c36
added bitmapSubsetLimit
2019-09-19 10:15:36 +08:00
Zhichang Yu
460ccb04a2
added bitmapMin and bitmapMax
2019-09-18 16:56:12 +08:00
Denis Zhuravlev
0c6d583a15
Doc change. less confusing description for pointInEllipses ( #6790 )
2019-09-09 20:51:58 +03:00
BayoNet
76c84d1d63
DOCAPI-7695: Functions support for indexes ( #6784 )
2019-09-06 12:07:23 +03:00
Denis Zhuravlev
a2c95b3c49
Update array_functions.md
...
added note about ArrayElement index 0 case.
2019-09-05 19:37:42 -03:00
Denis Zhuravlev
037bd893fc
Update array_functions.md
...
added note about ArrayElement index 0 case.
2019-09-05 19:36:34 -03:00
BayoNet
a0a0f1607c
DOCAPI-8259: toInt, toUint docs refactoring and update. ( #6797 )
...
* Typo fix.
* DOCAPI-8259: toInt, toUint refactoring and update.
* Update docs/en/query_language/functions/type_conversion_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-8259: Fixes.
* DOCAPI-8259: Fixes.
2019-09-05 10:22:30 +03:00
alexey-milovidov
bc37ede1e6
Merge pull request #6788 from den-crane/patch-3
...
Doc change. identity function + translation to russian for throwIf / modelEvaluate
2019-09-03 14:48:37 +03:00
Ivan Blinkov
e69340dfb5
more fixes
2019-09-03 11:56:16 +03:00
Ivan Blinkov
aec5c4531f
fix note markdown
2019-09-03 11:53:22 +03:00
Denis Zhuravlev
9e0b312fbb
Update other_functions.md
...
throwIf second parameter
2019-09-02 22:27:48 -03:00
Denis Zhuravlev
bd1aabd280
Update other_functions.md
...
added description for identity function
2019-09-02 21:18:44 -03:00
Denis Zhuravlev
797f556a3e
Update other_functions.md
...
Changed C comment to SQL comment
2019-09-02 20:58:06 -03:00
Denis Zhuravlev
d7763e132e
Update other_functions.md
...
Example of max_block_size impact on runningDifference.
2019-09-02 17:15:40 -03:00
BayoNet
305f3ba479
DOCAPI-7428: domain function docs. EN review, RU translation. ( #6624 )
...
* Update url_functions.md
* DOCAPI-7428: RU translation
* DOCAPI-7428: Fix.
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7428: Fixes.
2019-08-26 19:09:30 +03:00
Alexey Milovidov
cff8ec43f9
Rename neighbour -> neighbor
2019-08-23 04:31:04 +03:00
alexey-milovidov
49aa9384af
Merge pull request #5925 from alex-krash/function_next_prev_in_block
...
Implement neighbour() function
2019-08-23 04:28:36 +03:00
BayoNet
4648472f1b
Merge pull request #6449 from BayoNet/en-docs/DOCAPI-7442-system.parts-new-colunms
...
DOCAPI-7442: system.parts new columns
2019-08-21 13:52:55 +03:00
BayoNet
1536d42556
Merge pull request #6235 from BayoNet/en-docs/DOCAPI-7460
...
DOCAPI-7460: histogram function description
2019-08-21 11:11:39 +03:00
BayoNet
c43f9030da
DOCAPI-7460: Clarifications.
2019-08-20 18:36:08 +03:00
BayoNet
07dc167289
Typo fix in the assumeNotNull description. ( #6542 )
2019-08-19 12:57:53 +03:00
Alexandr Krasheninnikov
d9234a64c4
Make function return initial user
2019-08-14 15:18:11 +03:00
Alexandr Krasheninnikov
4d145cb72b
Documentation added
2019-08-13 19:08:12 +03:00
Alexandr Krasheninnikov
ea9cf3a62f
Done
2019-08-13 16:11:24 +03:00
BayoNet
16bab88226
DOCAPI-7442: 7442
2019-08-12 13:27:28 +03:00
alexey-milovidov
99fad0904b
Merge pull request #6314 from infinivision/add_bitmapRange
...
added bitmapRange function
2019-08-08 04:51:48 +03:00
Vasily Nemkov
fcb0482830
Implement geohashesInBox function. #6127
2019-08-06 17:53:06 +03:00
Zhichang Yu
e1f3ef2115
renamed bitmapRange to bitmapSubsetInRange
2019-08-05 10:27:12 +08:00
Zhichang Yu
4f146eaa7e
added bitmapRange function
2019-08-03 23:07:46 +08:00
BayoNet
1e20c2bc27
DOCAPI-5760: Join engine docs. EN review. RU translation ( #6234 )
2019-07-31 17:49:16 +03:00
BayoNet
cc8ce23215
DOCAPI-6889: Fixes.
2019-07-31 16:16:29 +03:00
BayoNet
7892d66cde
Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6889-dictGet
2019-07-31 16:06:37 +03:00
BayoNet
a5f7afc4c8
DOCAPI-7428: Update for domain and topLevelDomain functions description. ( #5963 )
2019-07-31 06:53:36 +03:00
BayoNet
c11fd03ba2
DOCAPI-7063: bitmapContains docs. EN review. RU translation. ( #6142 )
...
EN review
RU translation
2019-07-30 09:47:38 +03:00
BayoNet
2af3738aa4
Clarification and fixes.
2019-07-26 09:57:17 +03:00
BayoNet
6d9e6e0b9d
DOCAPI-3933: EN review and RU translation of hash functions doc ( #5980 )
...
EN review for hash functions docs.
RU translation of hash functions doc.
2019-07-25 13:14:04 +03:00
BayoNet
bb1ddf67e1
DOCAPI-6888: EN review and RU translation of the toDecimal*Or* funcions docs. ( #5916 )
...
* Review of EN version.
* DOCAPI-6888: RU translation of the toDecimal*Or* functions docs.
2019-07-23 12:53:33 +03:00
Ivan Blinkov
d0f65bd5b0
Merge pull request #6059 from izebit/russian-documentation
...
Russian documentation about functions for working with external dictionaries
2019-07-19 01:08:28 +03:00
Artem Konovalov
7d4ebe576d
fix name of a parameter
2019-07-18 18:59:22 +03:00
Artem Konovalov
30ca545b09
fix name of a parameter
2019-07-18 18:56:58 +03:00
BayoNet
d48995f1e7
DOCAPI-7444: RU <-> EN docs regular sync. ( #5944 )
...
* DOCAPI-7444: RU <-> EN docs regular sync.
2019-07-18 14:04:45 +03:00
Ivan Blinkov
462b553016
Merge pull request #6022 from andyyzh/hash_document
...
DOCAPI: Fix a little problem in the document of hash_functions
2019-07-16 12:25:15 +03:00
BayoNet
0357c11851
DOCAPI-7129 Nested JSON in JSONEachRow description + date_time_input_format ( #5889 )
...
* The input_format_import_nested_json and date_time_input_format settings description.
* Usage of Nested Structures with JSONEachRow.
2019-07-16 12:21:48 +03:00
Andy Yang
bdff08a7aa
Fix a little problem in the document of hash_functions
2019-07-16 16:43:45 +08:00
BayoNet
390c18def8
DOCAPI-7062: MySQL database engine docs. Update of MergeTree TTL docs. ( #5706 )
2019-07-12 15:03:33 +03:00
Vitaly Baranov
fd89a8b051
Merge pull request #5212 from andyyzh/custom_week_functions
...
Added functions for working with the Custom week number
2019-07-12 14:00:35 +03:00
BayoNet
9f3a5cb8f2
DOCAPI-6889: RU translations for docs on external dicts functions.
2019-07-12 07:50:01 +03:00
alexey-milovidov
a9cfe4ce91
Merge pull request #5807 from yandex/ngramSearch
...
Inverting ngramSearch to be more intuitive
2019-07-01 00:43:17 +03:00
Danila Kutenin
9127c8b27c
inverting ngramSearch to be more intuitive
2019-06-30 22:34:17 +03:00
alexey-milovidov
87993de98d
Merge pull request #5725 from yandex/PerformanceVision-ignore_scheme
...
Performance vision ignore scheme
2019-06-29 20:36:23 +03:00
Šimon Podlipský
57751773cd
Update machine_learning_functions.md
...
Naming consistency
2019-06-27 12:35:48 +03:00
alesapin
306e27c152
Return old behaviour
2019-06-26 18:18:12 +03:00
alesapin
f740334ee5
Faster scheme search
...
Add docs
2019-06-26 13:26:34 +03:00
Andy Yang
4b6efaa4b9
Merge branch 'master' into custom_week_functions
...
update last code
2019-06-24 09:53:38 +08:00
FeehanG
a930713a24
Update ext_dict_functions.md
2019-06-23 15:34:22 +03:00
BayoNet
e7493112eb
DOCAPI-5760: Join engine docs update. ( #5658 )
2019-06-21 10:58:15 +03:00
alexey-milovidov
c899fce9fc
Merge pull request #5661 from BHYCHIK/crc32-for-master
...
Support crc32 function
2019-06-20 01:32:00 +03:00
BayoNet
5e6806f64e
DOCAPI-7063: Formatting of the bitmapContains function docs. ( #5664 )
...
* DOCAPI-7063: Formatting of the bitmapContains function.
2019-06-19 16:14:05 +03:00
Ivan Remen
35ccd128f4
Fix documentation after review
2019-06-19 11:05:56 +03:00
Andy Yang
6085fce8d7
some review fixes and add new function toStartOfWeek
2019-06-18 17:48:07 +08:00
Ivan Remen
edff6e58dc
Support crc32 function
2019-06-18 00:54:26 +03:00
alexey-milovidov
bb6dc6f92f
Merge pull request #5566 from BayoNet/DOCAPI-6180-translation-sync
...
DOCAPI-6180: Syncronization between EN and RU versions of document.
2019-06-16 03:04:51 +03:00
BayoNet
6a53422ff0
DOCAPI-6889: External dictionaries functions docs update. ( #5556 )
2019-06-14 17:27:25 +03:00
BayoNet
2b5b775810
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-6180-translation-sync
2019-06-14 16:16:46 +03:00
BayoNet
533750ef7f
DOCAPI-6985: RU translations for some articles. ( #5572 )
2019-06-14 15:44:33 +03:00
BayoNet
a354bfa884
DOCAPI-6550: 'basename' function, HTTP compression. EN review and RU translation ( #5463 )
2019-06-14 14:26:46 +03:00
BayoNet
87a554c4ae
DOCAPI-6888: toDecimal*Or* functions description. ( #5529 )
2019-06-14 14:24:25 +03:00
BayoNet
c5f30d9fa8
DOCAPI-6180: Fixes.
2019-06-14 13:29:16 +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
864e1370b0
Merge pull request #5550 from ogorbacheva/DOCAPI-3951-lambda
...
Doc fix: small fix in lambda
2019-06-14 09:22:12 +03:00
Andy Yang
ec9a97d499
Fix code review issues.
2019-06-14 11:04:01 +08:00
Guillaume Tassery
4f408cef12
Fix documentation concerning IPv4/IPv6 CIDR function ( #5603 )
2019-06-13 12:11:35 +03:00
BayoNet
02686e3534
DOCAPI-4166: Translation for some 'other functions' and linking the parts of the document. ( #5602 )
2019-06-13 12:04:49 +03:00
Andy Yang
7c15a32ef3
Merge branch 'master' into custom_week_functions
...
Update the latest code
2019-06-10 09:40:43 +08:00
Andy Yang
365d85e1f9
add week(), yearweek()
2019-06-09 23:19:15 +08:00
ogorbacheva
98e6ab7402
Merge branch 'master' into DOCAPI-3951-lambda
2019-06-06 19:02:57 +03:00
ogorbacheva
02a12b1ce3
Old task
2019-06-06 17:13:23 +03:00
Ivan Blinkov
cd0c588a90
translation functions document ( #5196 )
...
* translation function document
* sync en functions document
* some review fixes
2019-06-06 12:54:40 +03:00
BayoNet
49262d066b
DOCAPI-3933: Update of some hash functions docs. ( #5482 )
2019-06-06 06:44:07 +03:00
Zhichang Yu
ff374b65c8
added bitmapContains doc
2019-06-05 18:22:48 +08:00
zhang2014
9b01517e21
sync en functions document
2019-06-05 18:04:00 +08:00
zhang2014
176c4e6702
translation function document
2019-06-05 16:54:36 +08:00
Andy Yang
ff7bcd127e
Merge branch 'master' into custom_week_functions
...
update laster code
2019-05-31 23:54:54 +08:00
Alexander Kozhikhov
42f3ee2e2b
conflict
2019-05-31 01:55:18 +03:00
Alexander Kozhikhov
01caea8426
some changes and fixes on regression methods
2019-05-31 01:20:44 +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
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
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
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
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
380dd70a01
DOCAPI-6697: Changed example to less confusing.
2019-05-21 12:08:43 +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
Danila Kutenin
295a4a8684
Merge pull request #5330 from yandex/format_function
...
Format function added
2019-05-19 12:07:57 +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
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
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
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
Andy Yang
92b0c9a668
Add document and test sql
2019-05-07 19:27:20 +08: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
Guillaume Tassery
f21004ed7e
IPv4CIDRtoIPv4Range and IPv6CIDRtoIPv6Range return now an IP
2019-04-26 13:30:07 +07: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
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
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
e592b0fcd5
Fix
2019-04-12 19:32:03 +03:00
Danila Kutenin
e28bae8f19
Fix docs because hyperscan 5.1.1 released
2019-04-11 13:54:35 +03:00
BayoNet
1f6fc83c8e
DOCAPI-6126: Clarification of the 'round' function description. ( #4939 )
...
* DOCAPI-6126: Clarification of the 'round' function description.
* DOCAPI-6126: More text for round. EN
* DOCAPI-6126: RU
* DOCAPI-6126: Link fixes.
2019-04-10 10:17:40 +03:00
Danila Kutenin
304c3fcc9b
docs
2019-04-07 21:59:53 +03:00
Danila Kutenin
b603e51c6e
isValidUTF8 function added
2019-04-07 21:58:13 +03:00
Danila Kutenin
40ed746d25
Better docs
2019-03-29 04:39:59 +03:00
Danila Kutenin
b822923f5a
Better renamings of fuzzy string search
2019-03-29 04:27:17 +03:00