Azat Khuzhin
a81b0418ac
Make errorCodeToName() return LowCardinality(String)
2020-10-29 10:55:41 +03:00
Azat Khuzhin
3fb8d08dd4
Add errorCodeToName() function
...
This patch adds errorCode() function that will return macro name by the
exception code, useful for analyzing query_log and similar.
Later some descriptions can be added.
v2: replace hana::map/fusion::vector with external script
v3:
- use binary cmake dir for .sh
- use jump table over suboptimal std::unordered_map (with very poor hash
function for int -- std::hash)
- cleanup errorCodeToName (drop extra templates and headers)
- rename errorCode -> errorCodeToName
- fix arcadia build (by not providing those helpers there)
- fix build on CI, by using CMAKE_CXX_COMPILER for parsing the file
2020-10-29 10:55:00 +03:00
filimonov
2d28d97233
Update other-functions.md
2020-10-28 15:13:27 +01:00
Mikhail Filimonov
41971e073a
Fix typos reported by codespell
2020-10-27 12:04:03 +01:00
Alexey Milovidov
87fe8f2a00
Merge branch 'master' into filipecaixeta-master
2020-10-14 15:27:58 +03:00
Alexey Milovidov
db4db42b65
Fix broken links in docs
2020-10-13 20:23:29 +03:00
Alexey Milovidov
9ca9855f96
Merge branch 'master' into filipecaixeta-master
2020-10-10 20:52:34 +03:00
Alexey Milovidov
ac4d394d12
Fix ugly links in docs
2020-10-10 10:50:37 +03:00
Alexey Milovidov
e0d6918d28
Fix ugliness in docs
2020-10-09 22:29:42 +03:00
Anna
cc9dafcb30
DOCSUP-2614: Added description for isDecimalOverflow and countDigits function ( #15109 )
...
* Added description for isDecimalOverflow and countDigits function
* Update docs/en/sql-reference/data-types/decimal.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/data-types/decimal.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/data-types/decimal.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Translated on russian
* Move to functions/other-functions.md
* Fixed errors
* Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-10-07 21:13:01 +03:00
filipe
146f973437
add maximum_unit arg to formatReadableTimeDelta function
2020-10-03 19:38:51 -03:00
filipe
077ee81177
add an SQL function formatReadableTimeDelta to format time delta
2020-09-30 23:55:46 -03:00
Olga Revyakina
64a431ae8b
Custom settings docs in english.
2020-09-28 05:59:01 +03:00
Artem Hnilov
726277adec
Update other-functions.md
2020-09-10 20:34:23 +03:00
hcz
be2ffe07ee
Add docs and tests
2020-08-19 16:07:51 +08:00
BayoNet
6999a757e3
DOCS-652: randomFixedString ( #12712 )
...
* DOCSUP-1249 fixedRandomString description was added (#137 )
* fixedRandomString description was added
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* I added the information about symbols class.
* Ive translated function description to Russian.
* Fixes.
* Type of the result added.
* Type of the result added in two languages.
* Fixes.
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-652: Fixed text.
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-23 15:19:14 +03:00
alexey-milovidov
8a23874a90
Update other-functions.md
2020-07-21 14:28:46 +03:00
Sergei Shtykov
d472c9b5e3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-654-randomStringUTF8
2020-07-21 13:14:34 +03:00
AnaUvarova
0d0ce4b760
I described function randomStringUTF8 ( #146 )
...
* I described function randomStringUTF8
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Ive edited en-version and translated function description to Russian.
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-07-21 13:08:11 +03:00
Ivan Blinkov
258d2fd499
[docs] split various kinds of CREATE queries into separate articles ( #12328 )
...
* normalize
* split & adjust links
* re-normalize
* adjust ru links
* adjust ja/tr links
* partially apply e0d19d2aea
* reset contribs
2020-07-09 18:10:35 +03:00
BayoNet
41fed28403
DOCS-510: runningAccumulate ( #12061 )
...
* asiana21-DOCSUP-797 (#117 )
* docs(runningAccumulate): the function description is added
* docs(runningAccumulate): the function description is modified
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(runningAccumulate): some changes
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(runningAccumulate): added ru translation
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-510: Minor fix.
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-510: Fixed links.
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-01 16:36:41 +03:00
BayoNet
a798ae00f7
DOCS-636 Synchronized some edits from EN to RU ( #11941 )
...
* [review][clickhousedocs][translate] DOCSUP-1351: Edit and translate to Russian (#129 )
* DOCSUP-1351: Add blockSerializedSize (RU)
* DOCSUP-1351: Fix blockSerializedSize description by function description template.
* DOCSUP-1351: PR8756- Update Distributed engine section.
* DOCSUP-1351: PR9076-Show Queries more like MySQL did.
* DOCSUP-1351: PR#9919-system.tables improvements (total_rows/total_bytes/storage_policy)
* DOCSUP-1351: (ru) blockSerializedSize remake by template.
* DOCSUP-1351: PR#9598-Add function arrayReduceInRange and update arrayReduce function.
* DOCSUP-1351: PR#9598 Fix arrayReduce and arrayReduceInRanges sections by template.
* DOCSUP-1351: Some fixes.
* DOCSUP-1351: Some fixes.
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
* CLICKHOUSEDOCS-636: Minor changes.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Roman Bug <rrrrrroman@gmail.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-06-29 12:48:18 +03:00
Ivan Blinkov
7170f3c534
[docs] split aggregate function and system table references ( #11742 )
...
* prefer relative links from root
* wip
* split aggregate function reference
* split system tables
2020-06-18 11:24:31 +03:00
BayoNet
1474dd6d69
DOCS-646: randomString ( #11610 )
...
* [CLICKHOUSEDOCS] Document the "randomString" function (#121 )
* Add description of randomString function
* Add description for randomString
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Changed example
* Add russian version
* Fixed links
* Fixed links
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-646: Updated text. Fixed links.
* CLICKHOUSEDOCS-646: Fixed more links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
2020-06-15 21:44:05 +03:00
Ivan Blinkov
21d8b6288d
[docs] generate AMP versions for docs articles ( #10732 )
...
* Refactoring in preparation for AMP support
* infrastructure for AMP validation
* Add Metrika counter on AMP page + adjust layout
* more content fixes
* improve amp layout
* improve navigation
* Move converting admonitions to generation time
* strict amp test check
* Batch AMP validation
* Add date published/modified to docs articles and their ld+json meta
* few more content fixes
* improve ld+json meta
* adjust margins
* skip published/modified for stable release docs
* adapt single page mode
* update po
* skip published/modified for single page docs
* update po
* adjust layout
* adjust layout
2020-05-08 11:04:09 +03:00
Ilya Yatsishin
173f38dbef
Merge pull request #10626 from BayoNet/docs/CLICKHOUSEDOCS-601-isConstant
...
DOCS-601: isConstant
2020-05-06 10:47:49 +03:00
BayoNet
f9fd2306a1
DOCS-437: getMacro ( #10614 )
...
* asiana21-DOCSUP-923 (#103 )
* docs(getMacro): added the function descriprion
* docs(getMacro): some changes
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(getMacro): added translation of the function description
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-437: getMacro
* CLICKHOUSEDOCS-437: Fixed conflicts.
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-437: Updated by comments.
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-02 21:01:13 +03:00
emironyuk
965c18e80e
created new branch for isConstant function, added russian translation ( #105 )
...
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-02 18:14:10 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00