Alexander Kuzmenkov
74b4c56ba4
Merge pull request #21589 from dmalkr/dmalkr/arrayFold
...
Function `arrayFold` for folding over array with accumulator
2021-04-16 14:23:53 +03:00
alexey-milovidov
1a5149a0dd
Merge pull request #22869 from lehasm/alexey-sm-DOCSUP-8179-remove_control_unicode
...
DOCSUP-8179: remove control characters
2021-04-14 01:45:35 +03:00
Alexey
0b39a64a6e
hex() added to murmurHash3_128 example
2021-04-13 19:35:44 +00:00
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