Commit Graph

936 Commits

Author SHA1 Message Date
konnectr
8937854dad
ru update array-function 2022-08-22 19:11:55 +05:00
konnectr
29e7c2bb4c
add doc nowInBlock 2022-08-20 22:52:14 +05:00
Robert Schulze
24615059fb
Merge pull request #40319 from ClickHouse/custom-error-code-in-throwif
Allow custom error code in throwIf
2022-08-19 09:49:35 +02:00
Yakov Olkhovskiy
1220ac0b7a
Update docs/ru/sql-reference/functions/other-functions.md 2022-08-17 23:28:26 -04:00
Robert Schulze
f121941916
feat: allow custom error code for SQL function throwIf() 2022-08-17 21:14:40 +00:00
Denny Crane
c7aaf9bbc6
Update array-join.md 2022-08-15 16:44:27 -03:00
Denny Crane
73f51a0f19 doc array-join 2022-08-15 16:40:48 -03:00
Robert Schulze
55ff546322
Fix typo 2022-08-11 20:42:59 +00:00
Dan Roscigno
35ee71a908
Merge pull request #40110 from ClickHouse/fix-docs-for-39287
Fix documentation of "modulo(a, b)"
2022-08-11 16:14:28 -04:00
Robert Schulze
1f10c4be8c
Update docs/ru/sql-reference/functions/arithmetic-functions.md
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2022-08-11 11:25:33 +02:00
Robert Schulze
aa42a42e0f
Fix documentation of "modulo(a, b)"
Fixes #39287

ClickHouse uses the same semantics for modulo on floats as Python, i.e.
  4.2 % 2.0 = 0.2
and not as previously documented:
  4.2 % 2.0 --> (drop decimal places) --> 4 % 2 = 0.

Fixed the documentation.
2022-08-11 08:23:43 +00:00
Alexey Milovidov
8374f31306
Merge pull request #39425 from arenadata/ADQM-485
Add support of dates from year 1900 to 2299 for Date32 and DateTime64
2022-08-11 05:01:53 +03:00
Rich Raposa
9f85d85e08
The admonitions were missing section endings (#40073) 2022-08-10 21:08:40 +02:00
Alexey Milovidov
53097b3d65
Merge pull request #40015 from tbragin/master
Add parseDateTime64BestEffortUS* functions
2022-08-10 20:00:50 +03:00
Tanya Bragin
be51187f85 Update tests to use UTC, and docs to consistent order 2022-08-09 17:27:06 -07:00
Alexey Milovidov
97af108756
Update type-conversion-functions.md 2022-08-10 02:00:54 +03:00
Robert Schulze
76cc0cdc27
Remove redundancy in documentation of parseDateTimeBestEffortUS[OrNull|OrZero]()
The documentation of functions
- parseDateTimeBestEffortUS(),
- parseDateTimeBestEffortUSOrNull() and
- parseDateTimeBestEffortUSOrZero()
previously repeated the text of functions
- parseDateTimeBestEffort(),
- parseDateTimeBestEffortOrNull() and
- parseDateTimeBestEffortOrZero().

In the docs of the first function, the duplication  was removed and we
now emphasize the difference to the non-US version more clearly.

The docs of the second and third functions were just stripped of the
duplication. Chinese docs did not mention the US-date variants, hence
nothing was changed in them.
2022-08-09 16:54:06 +00:00
Robert Schulze
7c59331e0e
Make examples for function 'parseDateTimeBestEffort()' less ambiguous
"12/12" and "12-12" could be interpreted as MM/DD or DD/MM and therefore
were not great examples.
2022-08-09 08:56:05 +00:00
Tanya Bragin
eb61db3b67 initial changes to close #37492 2022-08-08 19:45:00 -07:00
Kruglov Pavel
dfdfabec94
Merge pull request #39218 from evillique/file_default_value
Add default argument to the function `file`
2022-08-01 13:04:19 +02:00
Robert Schulze
b52843d5fd
Merge pull request #37951 from zvonand/dt64_timeslots
Fix timeSlots for DateTime64
2022-07-30 20:49:05 +02:00
Roman Vasin
b462366415 Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-485 2022-07-25 17:55:47 +00:00
Denny Crane
31630ff38e
Update string-replace-functions.md 2022-07-24 20:18:49 -03:00
Roman Vasin
e3192cf753 Correct docs to reflect new range 1900..2299 for Date32 and DateTime64; Cleanup code 2022-07-20 15:19:02 +00:00
Nikolay Degterinsky
c9ae525da7
Merge branch 'master' into file_default_value 2022-07-20 14:22:58 +02:00
Andrey Zvonov
e0d1954fac
Merge branch 'master' into dt64_timeslots 2022-07-16 22:33:46 +02:00
zvonand
728219e640 updated due to review 2022-07-16 22:16:19 +02:00
zvonand
d07a652883 merge 2022-07-16 19:05:07 +02:00
zvonand
4ab52b6873 added new DataType + fixes 2022-07-16 18:58:47 +02:00
Nikolay Degterinsky
9ca2935d72 Add default argument to function file 2022-07-14 09:54:44 +00:00
Nikolay Degterinsky
185978bfbe Add docs 2022-07-13 01:52:25 +00:00
Andrey Zvonov
7bfe155f09
Merge branch 'master' into dt64_timeslots 2022-07-12 10:26:38 +03:00
Andrey Zvonov
c18d09a617
Merge branch 'master' into zvonand-base58 2022-06-24 07:05:49 +03:00
zvonand
a94c40e33a Merge branch 'master' of github.com:ClickHouse/ClickHouse into dt64_timeslots 2022-06-23 17:08:28 +05:00
zvonand
946117ec89 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-base58 2022-06-23 17:04:40 +05:00
zvonand
e33324bd35 fix docs 2022-06-23 16:56:28 +05:00
zvonand
a7ff956c83 updated docs 2022-06-22 14:56:37 +05:00
Alexey Milovidov
5855668514 Remove trash 2022-06-22 06:23:35 +02:00
zvonand
9c6b2b9ba0 added docs 2022-06-20 20:10:28 +05:00
Alexey Milovidov
9d6c6b5e13
Merge pull request #38139 from ClickHouse/Avogar-patch-5
Fix docs about encryption functions
2022-06-18 04:10:24 +03:00
DanRoscigno
14ecf4c497 s/Clickhouse/ClickHouse/ 2022-06-17 08:40:14 -04:00
Kruglov Pavel
489765aa6d
Fix ru docs 2022-06-16 14:51:49 +02:00
zvonand
fb67b080b9 added docs 2022-06-10 14:30:17 +03:00
Maksim Kita
ec7b99e564 ExecutableUserDefinedFunctions added parameters documentation 2022-06-08 16:59:41 +02:00
Denny Crane
931d424fa1
Update tuple-map-functions.md 2022-06-01 15:37:13 -03:00
Denny Crane
5d3cc4be26
Update tuple-map-functions.md 2022-06-01 15:35:58 -03:00
Denny Crane
c478f2c21a
Update uuid-functions.md 2022-05-22 20:13:43 -03:00
rfraposa
044e76d91b Add BLAKE3 hash function 2022-05-11 12:10:16 -06:00
Rich Raposa
34f0d1c5f8
Revert "BLAKE3 hash function documentation" 2022-05-10 13:28:36 -06:00
Rich Raposa
23608b5e53
Merge pull request #36999 from BoloniniD/BLAKE3_docs
BLAKE3 hash function documentation
2022-05-10 13:28:21 -06:00
ni1l
f1eee40345 Add isIPAddressInRange function example 2022-05-10 00:03:10 +08:00
Alexey Milovidov
43b2664c87
Update array-functions.md 2022-05-07 13:49:03 +03:00
mergify[bot]
2d1057bc87
Merge branch 'master' into fix-substring-negative-offset-length 2022-05-07 10:30:39 +00:00
BoloniniD
0cf6f66fcf Add BLAKE3 hash docs 2022-05-07 12:08:37 +03:00
Rich Raposa
8c3f313671
Merge pull request #36791 from ClickHouse/rfraposa-patch-3
Various docs fixes
2022-04-29 06:09:23 -06:00
rfraposa
e7b7b7ecd3 Various docs fixes 2022-04-29 05:33:51 -06:00
Maksim Kita
fc4f241f01 Fix documentation for executable user defined functions configuration 2022-04-28 18:01:10 +02:00
mergify[bot]
705d5af3a0
Merge branch 'master' into to_start_of_five_minutes 2022-04-24 22:24:24 +00:00
Alexey Milovidov
b06c544256
Merge pull request #36292 from simpl1g/simpl1g/fix-json-value-docs
[DOCS] JSON_VALUE return unquoted string after 21.12
2022-04-25 01:22:22 +03:00
Memo
956d525840 fix conflict 2022-04-22 11:22:50 +08:00
Memo
39aadf0975 replaced toStartOfFiveMinute to toStartOfFiveMinutes 2022-04-22 10:49:59 +08:00
Konstantin Ilchenko
1b8b43af52 [DOCS] JSON_VALUE return unqouted string after 21.12 2022-04-15 13:03:59 +02:00
rfraposa
1afe4300e8 Fixed broken links 2022-04-11 09:55:54 -06:00
rfraposa
5250d9ad11 Removed /ja folder, cleaned up /ru markdown 2022-04-09 07:29:05 -06:00
Maksim Kita
bbedd4e706
Update index.md 2022-02-21 17:05:47 +01:00
Maksim Kita
f3dca476ae Updated documentation 2022-02-18 15:35:18 +00:00
Maksim Kita
5373eae076 Updated documenttation 2022-02-16 15:49:27 +00:00
RogerYK
6fab7ec882 Merge remote-tracking branch 'upstream/master' into fix-substring-negative-offset-length 2022-01-26 19:42:08 +08:00
RogerYK
c2e8322895 Update old docs 2022-01-26 15:59:40 +08:00
Maksim Kita
e5f9f4863f H3 fix documentation translation 2022-01-22 17:40:31 +00:00
ILya Limarenko
2b8b2d963b
Update logical-functions.md 2022-01-22 15:33:01 +03:00
mergify[bot]
dd7703bb8b
Merge branch 'master' into patch-1 2022-01-21 14:29:37 +00:00
Yohann Jardin
b1a35c934f fix/doc: close code highlight before tuplePlus 2022-01-18 20:38:30 +01:00
Leonid Krylov
3a10be3cb3
Update h3.md
Edit h3ToGeo description.
2022-01-16 21:42:49 +03:00
Denny Crane
0cb9e979ca actualize trailing zeros removal in documentation 2022-01-07 14:53:17 -04:00
Denny Crane
fbf8dd53d8
Update date-time-functions.md 2022-01-04 18:56:14 -04:00
Nikolay Degterinsky
cec282b9be Fix docs typos 2021-12-30 03:19:37 +00:00
romanzhukov
5b03dabb09 Update string-search-functions.md 2021-12-06 16:38:19 +03:00
romanzhukov
715a25d4f4 Update query_log settings
Update query_views_log.md
Update query_views_log
Minor fixes
2021-12-05 21:16:29 +03:00
romanzhukov
f4055f1957 Update multiFuzzyMatchAny 2021-12-05 19:36:12 +03:00
romanzhukov
030ea3dc3f .. 2021-12-05 02:08:42 +03:00
Vladimir C
964203e712
Merge pull request #31545 from sevirov/sevirov-DOCSUP-18083-document_the_murmurhash3_128_and_siphash128_functions 2021-11-29 13:59:56 +03:00
Vladimir C
645ae45b01
Apply suggestions from code review 2021-11-29 13:59:20 +03:00
yandd
7b43608e1f
Fixed function ngrams 2021-11-24 21:18:38 +08:00
Dmitriy
a6d33aaf03 Translate to Russian
Выполнил перевод на русский язык.
2021-11-22 20:52:09 +03:00
Maksim Kita
59c855c038
Merge pull request #31012 from karnevil13/karnevil-DOCSUP-16608
DOCSUP-16608: Documented JSONExtractKeys function
2021-11-12 16:29:43 +03:00
Anton Popov
b897bc3a5e
Merge pull request #30835 from lehasm/alexey-sm-DOCSUP-14792-update-bitShift-functions
DOCSUP-14792-document-bitShift-functions
2021-11-11 15:23:47 +03:00
karnevil13
89ac513f66 Update json-functions.md 2021-11-09 14:49:55 +03:00
tavplubix
9fe6687a62
Merge pull request #31129 from ka1bi4/romanzhukov-DOCSUP-15137-zookeeperSessionUptime
DOCSUP-15137: [CLICKHOUSEDOCS] Document the zookeeperSessionUptime() function
2021-11-09 14:14:26 +03:00
vdimir
b51d3d8ceb
Doc dynamically adding/deleting tables to MaterializedPostgreSQL and h3ToGeoBoundary function
Co-authored-by: Andrei Ch <andrc1901@yandex-team.ru>
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-11-08 12:23:02 +03:00
romanzhukov
c88c382e7e DOCSUP-15137: Minor translation fix. 2021-11-08 00:52:46 +03:00
romanzhukov
206c72ed50 DOCSUP-15137: Add zookeeperSessionUptime docs. 2021-11-08 00:42:57 +03:00
karnevil13
61a9515a9b added translation JSONExtractKeys function 2021-11-07 01:01:37 +03:00
lehasm
2e627812e4
Update docs/ru/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-02 23:45:09 +03:00
lehasm
feec26c76d
Update docs/ru/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-02 23:44:58 +03:00
lehasm
28d43a7bbb
Update docs/ru/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-02 23:44:11 +03:00
lehasm
63d07dd87c
Update docs/ru/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-02 23:44:00 +03:00
Alexey
e8c50254a8 RU 2021-11-01 19:42:17 +00:00
tavplubix
00b71ac24a
Merge pull request #30529 from sevirov/sevirov-DOCSUP-14981-information_schema_database
DOCSUP-14981: Information Schema
2021-11-01 12:04:58 +03:00
Vladimir C
9d967e9883
Merge pull request #30840 from nickitat/nickitat_any_type_4_arrayStringConcat 2021-11-01 11:48:45 +03:00
alexey-milovidov
211ff056e9
Merge pull request #30419 from karnevil13/karnevil-DOCSUP-16354
DOCSUP-16354: Edit and translate to Russian (listen_backlog)
2021-10-31 22:12:39 +03:00
alexey-milovidov
15b9d65221
Merge pull request #30662 from azat/conf-clickhouse
Switch everything left from `<yandex>` to `<clickhouse>`
2021-10-31 14:56:51 +03:00
Maksim Kita
cf0fbbbc17
Merge pull request #30406 from andrc1901/andrc1901-DOCSUP-16606-translate_to_russian
DOCSUP-16606: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 23:53:45 +03:00
Maksim Kita
ca5886a362
Merge pull request #30669 from gyuton/gyuton-DOCSUP-14091-Document-the-tupleToNameValuePairs
DOCSUP-14091: Documented the tupleToNameValuePairs
2021-10-29 23:52:58 +03:00
gyuton
a5cd1aa294
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-29 22:24:14 +03:00
Alexey
00608bb1bd ru draft 2021-10-29 15:55:12 +00:00
Nikolai Kochetov
8316e4d420
Merge pull request #30147 from ka1bi4/romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
DOCSUP-14101: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 15:12:45 +03:00
Roman Bug
2ac17c57ec
DOCSUP-15710: [CLICKHOUSEDOCS] Edit and translate to Russian (s2 functions) (#29787) 2021-10-29 14:28:41 +03:00
mergify[bot]
65df198e9b
Merge branch 'master' into conf-clickhouse 2021-10-28 22:19:42 +00:00
Nickita Taranov
982d38e60c update docs 2021-10-29 00:40:42 +03:00
Kruglov Pavel
31a1fa6b4c
Merge pull request #30417 from ka1bi4/romanzhukov-DOCSUP-16598-normalizeUTF8
DOCSUP-16598: [CLICKHOUSEDOCS] Document the normalizeUTF8 functions
2021-10-28 16:09:54 +03:00
Roman Bug
1eec90b765
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries 2021-10-28 15:23:04 +03:00
andrc1901
a4d0bbe399
Update docs/ru/sql-reference/functions/splitting-merging-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-26 20:47:32 +03:00
andrc1901
c569a1b37e
Update docs/ru/sql-reference/functions/splitting-merging-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-26 20:47:22 +03:00
Azat Khuzhin
e0cd7a8304 docs: switch <yandex> to <clickhouse> 2021-10-26 08:52:29 +03:00
gyuton
a714219137
Merge branch 'master' into gyuton-DOCSUP-14091-Document-the-tupleToNameValuePairs 2021-10-26 01:15:13 +03:00
Andrei Ch
b7b5661f15 translate tokens to russian 2021-10-26 00:24:38 +03:00
gyuton
81bd4a0679 Small fix 2021-10-26 00:15:46 +03:00
Andrei Ch
1f2b08c0bd adding ngrams 2021-10-26 00:15:25 +03:00
gyuton
c8f07873f8 translated 2021-10-26 00:04:52 +03:00
Andrei Ch
bedf82873f Merge branch 'master' into andrc1901-DOCSUP-16606-translate_to_russian 2021-10-25 18:21:12 +03:00
Vladimir C
5130f65cdf
Merge pull request #30418 from gyuton/gyuton-DOCSUP-16593-document-tuple-functions-and-operators 2021-10-25 16:00:04 +03:00
vdimir
21c8b561ec
Minor changes in tuple math docs 2021-10-25 14:13:12 +03:00
Roman Bug
538d71b855
Update docs/ru/sql-reference/functions/string-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-25 13:44:46 +03:00
Roman Bug
2c20fbe571 Add ru translation for UTF normalized forms. 2021-10-25 12:46:50 +03:00
Roman Bug
96e3d776e2
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries 2021-10-24 23:11:52 +03:00
Andrei Ch
3d4b4af307 Merge branch 'master' into andrc1901-DOCSUP-16606-translate_to_russian 2021-10-24 20:54:09 +03:00
Kseniia Sumarokova
cd63b24061
Merge pull request #30450 from morozovsk/patch-10
Documentation: JSON_EXISTS/JSON_QUERY/JSON_VALUE
2021-10-24 20:16:29 +03:00
Andrei Ch
26ea5a1452 tokens function in russian 2021-10-24 14:22:34 +03:00
Andrei Ch
3a4f71d8a3 correction of error in md-file 2021-10-24 14:06:46 +03:00
Andrei Ch
60a672ab33 token function adding 2021-10-24 13:27:14 +03:00
gyuton
984d6517c2
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 11:10:00 +03:00
Vladimir Goncharov
37ee06d362
Update json-functions.md 2021-10-23 19:10:40 +03:00
gyuton
a2fb22a92e Little fix 2021-10-22 21:31:10 +03:00
gyuton
c46ff762c9 Translated functions 2021-10-22 21:14:01 +03:00
gyuton
e3720547f0 translated min2, max2 2021-10-22 17:57:55 +03:00
Maksim Kita
54fed3ae0e
Merge pull request #30467 from gyuton/gyuton-DOCSUP-16362-Document-the-ngram-function
DOCSUP-16362: Documented the ngrams function
2021-10-22 10:22:12 +03:00
Maksim Kita
a6ef4caa83
Update splitting-merging-functions.md 2021-10-22 00:21:40 +03:00
Maksim Kita
cf19492da0
Update splitting-merging-functions.md 2021-10-22 00:21:10 +03:00
Dmitriy
fb2200c087 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14981-information_schema_database 2021-10-21 23:01:42 +03:00
Dmitriy
6725dc2a16 Create information_schema
Задокументировал information_schema.
2021-10-21 22:41:11 +03:00
Dmitriy
894353d910 Translate to Russian
Выполнил перевод на русский язык.
2021-10-21 21:33:47 +03:00
Andrei Ch
cf088eebe5 Delete function bayesAB 2021-10-21 21:29:03 +03:00
Vladimir Goncharov
c1d54700db
Update json-functions.md 2021-10-21 15:32:58 +03:00
gyuton
7cb6cddf6d Initial draft 2021-10-20 19:52:18 +03:00
Vladimir Goncharov
b719abd6b5
Update json-functions.md 2021-10-20 15:25:35 +03:00
karnevil13
fa6856ab5e edit&translate 2021-10-20 01:38:34 +03:00
Roman Bug
3c9025d04e Add max argument for mapPopulateSeries function 2021-10-20 00:17:13 +03:00
Roman Bug
6be11192f4
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:47:56 +03:00
Roman Bug
deeb00f75a
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:47:46 +03:00
Roman Bug
32dd422cc7 Update map container 2021-10-19 16:42:16 +03:00
romanzhukov
502183c4aa Update tuple-map-functions.md
Fix link
2021-10-15 23:17:01 +03:00
romanzhukov
97d228f64b Update mapPopulateSeries
Update mapPopulateSeries
2021-10-15 23:03:49 +03:00
Pavel
49e9ea40ac
Update string-functions.md 2021-10-15 14:02:57 +05:00
Nikolai Kochetov
769be69f15
Merge pull request #30029 from karnevil13/karnevil-DOCSUP-14788
DOCSUP-14788: Edit and translate to Russian
2021-10-15 11:38:43 +03:00
karnevil13
8ec43b7c70 fixed type-conversion-functions en-ru 2021-10-15 00:56:21 +03:00
karnevil13
7c6ef01a04 em dash fixed 2021-10-14 02:00:40 +03:00
karnevil13
9c153b1df6 Merge branch 'karnevil-DOCSUP-14788' of https://github.com/karnevil13/ClickHouse into karnevil-DOCSUP-14788 2021-10-14 01:26:55 +03:00
karnevil13
ef1a01603f Update type-conversion-functions.md 2021-10-14 01:17:34 +03:00
karnevil13
db9f72ce0f
Apply suggestions from code review
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-14 00:56:38 +03:00
karnevil13
4cd228b857 Merge branch 'karnevil-DOCSUP-14788' of https://github.com/karnevil13/ClickHouse into karnevil-DOCSUP-14788 2021-10-13 21:02:16 +03:00
karnevil13
c76d4c8a28 Improved description. 2021-10-13 00:49:26 +03:00
karnevil13
bf1e3b6b5b
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:52:16 +03:00
karnevil13
1ecbe43065
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:52:08 +03:00
karnevil13
e120de60d4
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:51:50 +03:00
karnevil13
601050ea38
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:25 +03:00
karnevil13
0c645aaeec
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:14 +03:00
karnevil13
19217af59d
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:07 +03:00
karnevil13
4a64265db8
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:49:39 +03:00
karnevil13
442fe2d979
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:49:31 +03:00
karnevil13
835eb86b1c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:48:39 +03:00
karnevil13
a24a8f4bdc
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:48:19 +03:00
Maksim Kita
e95a4a35ef
Merge pull request #29784 from ka1bi4/romanzhukov-DOCSUP-15370-h3-functions
DOCSUP-15370: [CLICKHOUSEDOCS] Edit and translate to Russian (H3 functions)
2021-10-12 23:47:32 +03:00
karnevil13
3dcc00077c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:46:25 +03:00
karnevil13
007ac0f61c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:45:16 +03:00
karnevil13
3f81281e4c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:58 +03:00
Nikita Mikhaylov
b17aba0e5b
Merge pull request #29793 from lehasm/alexey-sm-DOCSUP-14057-document-shardNum-shardCount
DOCSUP-14057-document-shardNum-shardCount
2021-10-12 19:15:34 +03:00
Ivan Milov
d809fa0456 Edited and translated to Russian
Edit the English version of changes and translate to Russian where needed.
2021-10-12 01:52:42 +03:00
lehasm
e9bb7dd08c
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:43:51 +03:00
lehasm
0d357f3484
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:43:34 +03:00
lehasm
294b8c01f8
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:43:23 +03:00
lehasm
32a4c9b69c
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:43:10 +03:00
lehasm
dccfd8d262
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:26:24 +03:00
lehasm
d530a2d17b
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:25:19 +03:00
lehasm
b6cb640572
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:25:03 +03:00
lehasm
3386e3a349
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-11 09:24:27 +03:00
Alexey
b83655b348 ru translation 2021-10-10 19:38:53 +00:00
Alexey
17552931af ru other functuins addons 2021-10-09 19:27:24 +00:00
Roman Bug
2c5341df33
Update docs/ru/sql-reference/functions/geo/h3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-08 10:08:25 +03:00
romanzhukov
00fbf48a68 Minor fixes. 2021-10-07 19:09:40 +03:00
romanzhukov
259da1ccf0 Update h3.md 2021-10-06 18:32:55 +03:00
romanzhukov
1550c167bb Update ru translation. 2021-10-06 18:14:51 +03:00
romanzhukov
af94e30a95 Update H3 functions
Update en and add ru draft.
2021-10-05 22:12:44 +03:00
Roman Bug
8d9602432b
Merge branch 'master' into romanzhukov-DOCSUP-13910-SHA512 2021-10-04 00:27:36 +03:00
romanzhukov
271f7995c0 Fix PR comments. 2021-10-04 00:19:37 +03:00
Roman Bug
7d5ea307f1
Update docs/ru/sql-reference/functions/hash-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 18:26:25 +03:00
Roman Bug
fbe95f9c9d
Update docs/ru/sql-reference/functions/hash-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 18:26:17 +03:00
alexey-milovidov
b29e877f26
Merge pull request #29182 from ClickHouse/yandex-to-clickhouse-in-configs
Replace `<yandex>` to `<clickhouse>` in configs and more.
2021-10-01 12:24:12 +03:00
Nikita Tikhomirov
2d23f40fd2 Added documentation for MD4 and SHA384 functions. Supplementing documentation with SHA-512 where it was missing. 2021-10-01 04:38:34 +03:00
romanzhukov
02205492e5 Update hash-functions.md
Add ru translation.
2021-09-29 19:55:11 +03:00