Dmitry Krylov
923e9c644e
Adding documentation
2021-04-12 10:23:31 +10:00
zvonand
b8d10d762e
updated docs
2021-04-09 18:37:14 +03:00
Kruglov Pavel
dfa6e34fb2
Merge pull request #22610 from lehasm/alexey-sm-DOCSUP-7090-document-extractTextFromHTML
...
DOCSUP-7090: document extractTextFromHTML
2021-04-09 16:57:33 +03:00
Alexey
05af425f83
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-8179-remove_control_unicode
2021-04-07 19:41:25 +00:00
Alexey
5afb1dc223
ru description, en dot fix
2021-04-07 19:23:53 +00:00
Alexey
3ea0ab625e
Improvements after review
2021-04-07 18:35:11 +00:00
Alexey
97188f5b85
Some minor changes: words, formatting
2021-04-06 19:10:22 +00:00
Alexey
80508356c0
Original description from a source code.
...
Some new lines removed, backticks added.
2021-04-06 18:52:06 +00:00
Alexey
5aeda14f10
Active voice in the note. Article added.
2021-04-05 20:53:55 +00:00
Alexey
7fa672c519
Changed some words. Fixed typos
2021-04-05 20:34:10 +00:00
Alexey
1024bff93f
Russian translation. Format changed a bit in english.
2021-04-05 20:19:18 +00:00
Alexey
0ac2277fac
Example with url() added
2021-04-05 19:37:01 +00:00
Alexey
542f2e7171
Some formatting updated
2021-04-04 20:43:33 +00:00
Alexey
cba8aeb5f6
Text updated
2021-04-04 15:37:53 +00:00
Alexey
ec80a3d329
Text edits
2021-04-03 19:31:24 +00:00
Alexey
1d4e8c8205
extractTextFromHTML description
2021-04-03 16:16:56 +00:00
alexey-milovidov
014b443a22
Merge pull request #22493 from kolsys/fix-translation-22377
...
Fix translation for arrayFill, arraySplit
2021-04-02 21:12:29 +03:00
gyuton
8011f5c36a
DOCSUP-5910: Documented SimHash, MinHash, bitHammingDistance and tupleHammingDistance functions ( #22131 )
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-04-02 14:19:25 +03:00
Nickolay Yastrebov
291c82e3fe
Fix translation for arrayFill, arrayReverseFill, arraySplit, arrayReverseSplit functions. #22377
2021-04-02 13:23:11 +03:00
Alexey
454e6635ad
non-printable characters removed
2021-04-01 20:33:54 +00:00
alexey-milovidov
58862b5c4d
Merge pull request #22402 from Slach/improve_parseDate_docs
...
add description for parseDateTime64BestEffort* functions
2021-04-01 05:45:54 +03:00
Nikita Mikhaylov
708eab413c
Merge pull request #22156 from kirillikoff/kirillikoff-DOCSUP-7363
2021-03-31 13:54:37 +03:00
Slach
0bb44708c7
add description for parseDateTime64BestEffort, parseDateTime64BestEffortOrNull, parseDateTime64BestEffortOrZero
...
sync EN and RU versions of `type-conversion-functions.md`, add notes about reinterpret and CAST functions
2021-03-31 11:32:00 +05:00
kirillikoff
cde71fbbe5
Update docs/en/sql-reference/functions/files.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-30 20:11:30 +03:00
kirillikoff
3573a2ba4b
Update docs/en/sql-reference/functions/files.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-30 20:10:15 +03:00
kirillikoff
fb8fdf7aa1
Update docs/en/sql-reference/functions/files.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-30 20:10:03 +03:00
Vladimir
5ae9f2c5bb
Merge pull request #21329 from depressed-pho/isIPAddressContainedIn
2021-03-30 13:26:49 +03:00
Tatiana Kirillova
676ea1efc3
The translate to Russian
2021-03-30 11:52:38 +03:00
ana-uvarova
b853144e45
developer`s comments done
2021-03-30 09:15:52 +03:00
vdimir
ada4a2ba00
Upd doc for isIPAddressInRange
2021-03-29 13:43:21 +03:00
Alexey
e91002eda6
simple example (tags and inserted whitespaces)
2021-03-28 19:55:26 +00:00
Alexey
55b40011d9
extractTextFromHTML syntax added
2021-03-28 18:42:04 +00:00
Tatiana Kirillova
8d3f6be370
minor fixes
2021-03-28 21:26:51 +03:00
Tatiana Kirillova
e4bf63f470
Link for see also
2021-03-26 12:25:33 +03:00
Tatiana Kirillova
25052fc3f2
Reads file as a String
2021-03-26 11:47:41 +03:00
Tatiana Kirillova
9f6ad165c8
Updated description
2021-03-26 11:22:43 +03:00
Tatiana Kirillova
db505553a4
Reads file as String - description of the new function.
2021-03-26 10:09:51 +03:00
PHO
26dc629366
Add a function isIPAddressContainedIn()
...
This function takes an IP address and a CIDR network prefix, and determines if the address is contained in the network. It supports both IPv4 and IPv6 addresses, and expects arguments to be strings.
ClickHouse doesn't support union types. We cannot use the native IPv4 and IPv6 types for this reason.
2021-03-26 12:11:35 +09:00
AnaUvarova
17c9e7de10
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 19:10:48 +03:00
ana-uvarova
9fd0d09ba2
subheaders clarification and short descr
2021-03-23 09:38:47 +03:00
AnaUvarova
1fd7a2a90f
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:28:37 +03:00
AnaUvarova
70b44373cb
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:27:12 +03:00
AnaUvarova
0bb6275dfe
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:48 +03:00
AnaUvarova
a5d8741060
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:35 +03:00
AnaUvarova
e58a8dd033
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:23 +03:00
AnaUvarova
b15b35ca75
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:25:38 +03:00
ana-uvarova
a93a321db8
++
2021-03-22 19:49:14 +03:00
ana-uvarova
9461c4e877
finish
2021-03-22 19:34:57 +03:00
ana-uvarova
2ded2dd249
Merge branch 'ana-uvarova-DOCSUP-5932-Updt-descrptn-pstn-fnctn' of https://github.com/AnaUvarova/ClickHouse into ana-uvarova-DOCSUP-5932-Updt-descrptn-pstn-fnctn
...
# Conflicts:
# docs/en/sql-reference/functions/string-search-functions.md
2021-03-22 19:32:18 +03:00
ana-uvarova
c1da5dc37a
new examples
2021-03-22 19:30:28 +03:00
AnaUvarova
ebe3a304af
Merge branch 'master' into ana-uvarova-DOCSUP-5932-Updt-descrptn-pstn-fnctn
2021-03-22 19:12:32 +03:00
ana-uvarova
52c7ea3366
comments edits
2021-03-22 17:22:27 +03:00
tavplubix
ee1ffb23de
Merge pull request #21722 from olgarev/revolg-DOCSUP-6542-Edit_and_translate
...
DOCSUP-6542: Edit and translate
2021-03-21 12:50:25 +03:00
lehasm
64539452d9
Merge branch 'master' into alexey-sm-DOCSUP-7099-translate-runningConcurrency
2021-03-16 22:02:11 +03:00
Ali Demirci
27b8d10bd8
docs(fix): typo
2021-03-16 13:30:05 +03:00
Vladimir
b1f22e893e
Merge branch 'master' into sevirov-DOCSUP-7098-edit_translate_russian_docs_templates
2021-03-15 15:57:54 +03:00
Vladimir
67a24de661
Apply suggestions from code review
2021-03-15 15:54:51 +03:00
Olga Revyakina
6ccc923aa8
Space fixed
2021-03-15 03:21:10 +03:00
lehasm
0b98737daf
Fixed link in runningDifferenceStartingWithFirstValue
2021-03-14 21:03:56 +03:00
lehasm
069f4ab5c4
Fixed link in runningDifferenceStartingWithFirstValue
2021-03-14 21:01:59 +03:00
lehasm
0e2637b22a
Warning moved close to function description
...
Order changed inside warning block
2021-03-14 20:33:12 +03:00
lehasm
08863a0252
Function description placed before syntax.
...
In in.md created header max_parallel_replica-subqueries with empty text. It is link target from runningConcurrency
2021-03-14 19:27:58 +03:00
Alexey Milovidov
8c9bd09e6c
Remove broken "Original article"
2021-03-14 15:19:04 +03:00
Dmitriy
9baaea9789
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-7098-edit_translate_russian_docs_templates
2021-03-13 21:37:13 +03:00
ana-uvarova
8a6872e978
++
2021-03-13 21:25:06 +03:00
Dmitriy
aad98b368e
Edit and translate to Russian
...
Поправил шаблоны в английской и русской версиях.
2021-03-13 21:18:45 +03:00
Nikita Mikhaylov
a14110a9a5
Merge pull request #21497 from olgarev/DOCSUP-6545_edit_and_translate
...
DOSCUP-6545: Edit and translate
2021-03-12 16:04:31 +03:00
olgarev
183868dfcb
Apply suggestions from code review
...
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2021-03-12 05:12:28 +03:00
lehasm
d901d00830
Fixes after review applied
2021-03-10 23:46:29 +03:00
Dmitriy
8f56ae3691
Update date-time-functions.md
...
Поправил пример.
2021-03-10 20:24:16 +03:00
Dmitriy
cf51574d82
Edit and translate to Russian
...
Исправил английскую версию и перевел на русский язык.
2021-03-09 23:31:48 +03:00
lehasm
c0630e2c90
en text improved.
2021-03-09 22:45:29 +03:00
lehasm
b538b2255b
runningConcurrency() english description changed.
2021-03-08 22:44:45 +03:00
ana-uvarova
20dd448cd7
polishing
2021-03-08 15:16:01 +03:00
Olga Revyakina
1d0b63b652
Fixed back
2021-03-06 23:51:42 +03:00
Olga Revyakina
40c439f96f
Fixes
2021-03-06 23:38:18 +03:00
Olga Revyakina
406f3f9a06
First commit
2021-03-06 14:13:14 +03:00
tavplubix
ec1d0c8e86
Merge pull request #21382 from sevirov/sevirov-DOCSUP-7043-edit_translate_russian_system_part_log_table
...
DOCSUP-7043: Edit and translate to Russian
2021-03-06 12:54:44 +03:00
gyuton
627cde7c64
DOCSUP-6387: Updated the toIPv6 and IPv6StringToNum functions ( #20577 )
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: George <gyuton@yandex-team.ru>
2021-03-05 17:50:43 +03:00
Alexander Kuzmenkov
81dc94bca7
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
...
DOCSUP-4707: Edit and translate to Russian
2021-03-05 05:11:26 +03:00
ana-uvarova
7434022b89
still draft needs check
2021-03-03 22:33:01 +03:00
Dmitriy
fec0cf5f09
Edit and translate to Russian
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-03-02 20:59:33 +03:00
Nikita Mikhaylov
cb2a26308f
Merge pull request #20347 from gyuton/gyuton-DOCSUP-6549-Edit_and_translate
...
DOCSUP-6549: Edited and translated to Russian
2021-03-01 16:49:06 +03:00
Vladimir
6aa72bcd43
Merge pull request #19591 from ka1bi4/romanzhukov-DOCSUP-5266-PR-translate
2021-02-28 20:40:04 +03:00
Dmitriy
187eb837db
Add the links
...
Добавил ссылки.
2021-02-28 20:10:44 +03:00
Alexey Milovidov
01ef06a42c
Fix broken links
2021-02-28 02:31:47 +03:00
Nikita Mikhaylov
ad72a83711
Merge pull request #20325 from gyuton/gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions
...
DOCSUP-6073: Documented mapContains, mapKeys, mapValues functions
2021-02-27 23:16:45 +03:00
Maksim Kita
e83f360ada
Merge pull request #21195 from johnhummelAltinity/patch-1
...
Update encryption-functions.md
2021-02-26 23:47:52 +03:00
Vladimir
0c5e48df9c
Merge pull request #20556 from gyuton/gyuton-DOCSUP-6234-Add_aliases_to_functions
2021-02-26 15:01:15 +03:00
John Hummel
64327eafc8
Update encryption-functions.md
...
Updated Optinal to Optional line 136.
2021-02-25 10:50:22 -05:00
Roman Bug
168e6c63ea
Merge branch 'master' into romanzhukov-DOCSUP-5822-update-accurateCastOrNull
2021-02-25 14:40:49 +03:00
Maksim Kita
56ce7dfa4c
Merge pull request #20294 from sevirov/sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions
...
DOCSUP-6294: Document the parseDateTimeBestEffortUSOrZero and parseDateTimeBestEffortUSOrNull functions
2021-02-24 21:52:50 +03:00
ana-uvarova
7fa72f238a
draft
2021-02-22 12:49:49 +03:00
gyuton
743b705952
Merge branch 'master' into gyuton-DOCSUP-6234-Add_aliases_to_functions
2021-02-21 15:31:29 +03:00
gyuton
0a58fd2eb2
Merge branch 'master' into gyuton-DOCSUP-6549-Edit_and_translate
2021-02-21 15:28:06 +03:00
George
bff08e32bf
updates
2021-02-21 15:22:48 +03:00
George
159c619407
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions
2021-02-21 15:16:11 +03:00
George
cfb0dbb9e5
updated and added links
2021-02-21 15:01:10 +03:00
Anton Popov
6ca51c2b8d
Merge pull request #20450 from lehasm/alexey-sm-DOCSUP-5974-document-decodeXMLComponent
...
DOCSUP-5974: documented decodeXMLComponent function
2021-02-20 03:03:18 +03:00
Maksim Kita
71c65b5d82
Merge pull request #20611 from kitaisreal/rename-untyped-function-reinterpret-as
...
Rename untyped function reinterpretAs into reinterpret
2021-02-19 14:35:00 +03:00