Commit Graph

62 Commits

Author SHA1 Message Date
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Nikolai Fedorovskikh
a98af159b5 [Docs] fix some typos and missing commas 2024-02-13 02:10:41 +01:00
robot-clickhouse
9cafdbd972
Merge pull request #54309 from evillique/better-docs
Make docs better
2023-09-05 15:58:59 +02:00
Nikolay Degterinsky
2db239d6ad Make docs better 2023-09-05 12:43:53 +00:00
Mikhail Koviazin
a5eb1aa22f
Added functions array{Rotate,Shift}{Left,Right}
Fixes #52755 and #52895
2023-08-24 09:16:39 +00:00
Dmitry Kardymon
9c8cb9f77e Add comment to docs 2023-07-04 13:20:48 +03:00
Yakov Olkhovskiy
540c33abce
fix grammar 2023-04-20 22:39:26 -04:00
Yakov Olkhovskiy
9ca91e618a
add arrayPartialSort and arrayPartialReverseSort 2023-04-20 22:27:13 -04:00
DanRoscigno
726d3c0739 add slugs to all docs 2022-08-26 13:37:11 -04:00
konnectr
8937854dad
ru update array-function 2022-08-22 19:11:55 +05: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
rfraposa
5250d9ad11 Removed /ja folder, cleaned up /ru markdown 2022-04-09 07:29:05 -06:00
RogerYK
c2e8322895 Update old docs 2022-01-26 15:59:40 +08:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
Denny Crane
7063b7f46b
Update array-functions.md
fix arrayIntersect
2021-08-16 21:09:36 -03:00
Roman Bug
279b5ef954
Update docs/ru/sql-reference/functions/array-functions.md
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-08-13 13:09:48 +03:00
Roman Bug
c0f3c0a176
Update docs/ru/sql-reference/functions/array-functions.md
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-08-13 13:09:31 +03:00
romanzhukov
36878cd377 Add ru docs for uuid and array functions. 2021-08-12 16:18:33 +03:00
romanzhukov
73a5437551 Add setting descr. and update range function. 2021-08-02 19:07:45 +03:00
George
4e8e5a2b55 Added expressions 2021-06-29 16:27:54 +03:00
George
96b2c054da Added translation 2021-06-27 02:37:34 +03:00
Alina Terekhova
7a742efcbb
Update docs/ru/sql-reference/functions/array-functions.md
format to type

Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-06-22 15:41:14 +02:00
Alina Terekhova
fd03f3027b Implementation details 2021-06-21 12:01:23 +02:00
Alina Terekhova
d09ad74c12 Tiret fix 2021-06-20 14:37:28 +02:00
Alina Terekhova
11d350e16d UInt link fixes + small edits 2021-06-20 14:23:18 +02:00
Alina Terekhova
fdc729764b Edits 2021-06-18 19:53:52 +02:00
Alina Terekhova
dd6f93b2a7 Small corrections 2021-06-17 11:02:06 +02:00
Alina Terekhova
65ec6bce92
Comma added back 2021-06-17 02:31:38 +02:00
Alina Terekhova
b61346a708 Examples fix + anchor fix 2021-06-17 02:16:34 +02:00
Alina Terekhova
06261466e4 First edits 2021-06-17 01:34:59 +02:00
Mikhail
d637f85033 перевод 2021-05-11 18:07:54 +03:00
alexey-milovidov
83038f84af
Revert "Function arrayFold for folding over array with accumulator" 2021-04-18 03:34:05 +03:00
Dmitry Krylov
923e9c644e Adding documentation 2021-04-12 10:23:31 +10:00
Nickolay Yastrebov
291c82e3fe Fix translation for arrayFill, arrayReverseFill, arraySplit, arrayReverseSplit functions. #22377 2021-04-02 13:23:11 +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
Alexey Milovidov
8850856276 Remove "Original article" (must be automated instead) 2021-03-15 14:32:26 +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
Dmitriy
aad98b368e Edit and translate to Russian
Поправил шаблоны в английской и русской версиях.
2021-03-13 21:18:45 +03:00
lehasm
62aa7bdd74 Экранированные кодовые позиции Unicode заменены на символы 2021-03-08 17:54:44 +03:00
Evgeniia Sudarikova
e350891405 resolved conflict 2021-02-17 16:50:58 +03:00
Evgeniia Sudarikova
ee4d3f7aa4 edited ; in queries, edited after review 2021-02-17 16:23:10 +03:00
George
73b7540ebe Merge branch 'gyuton-DOCSUP-5909-Document_array_aggregation_functions' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-5909-Document_array_aggregation_functions 2021-02-06 16:37:53 +03:00
George
a790cd9bc5 Fixes 2021-02-06 16:37:12 +03:00
Evgeniia Sudarikova
e051423584 add RU docs 2021-02-05 22:14:52 +03:00
gyuton
35e7c15394
Update docs/ru/sql-reference/functions/array-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-02 05:58:25 +03:00
George
1bd95e474c Minor fix 2021-01-29 10:19:01 +03:00
George
e89c98044e fixed links 2021-01-29 09:58:31 +03:00
George
9f71596809 Added translation 2021-01-29 09:48:53 +03:00