Ivan Blinkov
fa0e2461e7
Update url-functions.md
2020-06-19 13:15:32 +03:00
Ivan Blinkov
8b98553235
Update uuid-functions.md
2020-06-19 13:14:58 +03:00
Ivan Blinkov
b3dc44be34
Update random-functions.md
2020-06-19 13:13:13 +03:00
Ivan Blinkov
117690c70c
Update random-functions.md
2020-06-19 13:12:59 +03:00
Ivan Blinkov
36453337dd
Update array-functions.md
2020-06-19 13:11:29 +03:00
Ivan Blinkov
70034b6232
Update string-replace-functions.md
2020-06-19 13:10:51 +03:00
Ivan Blinkov
cd0e49e9c9
Update string-search-functions.md
2020-06-19 13:10:23 +03:00
Ivan Blinkov
967235edab
Update string-functions.md
2020-06-19 13:09:45 +03:00
Ivan Blinkov
f856e2576c
Update string-search-functions.md
2020-06-19 13:08:10 +03:00
Ivan Blinkov
a620d597a3
Update string-search-functions.md
2020-06-19 13:05:38 +03:00
Ivan Blinkov
6274506cff
Update string-functions.md
2020-06-19 13:05:00 +03:00
Ivan Blinkov
53c1cb9848
Update date-time-functions.md
2020-06-19 13:04:32 +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
Ivan Blinkov
9a26d48ad0
Basic blog similar to docs ( #11609 )
...
* Basic blog similar to docs
* rename post
* no post content in post_meta
* update readme and template
* more "en" content
* complete "en" content
* build blog redirects
* redirects for migration
* link sitemaps
* update po
* add "ru" content
* ru redirects
* remove old domain mentions
* adjust styles
* content improvements
* +1 alt
* use main images from CDN
* use re-hosted in-content images
* extra vertical margin around embedded youtube
* minor improvements
* adjust post page
* adjust html meta
* adjust post page
* improve blog rendering
2020-06-16 09:31:00 +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
Denis Zhuravlev
5f5f10b48a
greatCircleAngle en translation ( #11584 )
...
* greatCircleAngle en translation
* Update geo.md
* Update geo.md
2020-06-10 21:59:17 +03:00
zzsmdfj
174b687a44
update zh-docs-functions ( #11464 )
2020-06-08 08:29:08 +03:00
Andrei Nekrashevich
af469c0da5
fix issues
2020-05-29 05:06:21 +03:00
Alexander Kuzmenkov
0fc1268432
Merge pull request #11120 from azat/function-port
...
Add port() function
2020-05-27 15:27:06 +03:00
Vasily Nemkov
28a2cc0a82
Functions {to,from}UnixTimestamp64{Milli,Micro,Nano}
...
* Family of functions to convert DateTime64 to Int64 and back, usefull for
imporintg/exporting raw timestamp values of certain precision.
* Docs
* Tests
* Fixed ya.make
2020-05-26 16:42:22 +03:00
BayoNet
42f72d526f
DOCS-323: LowCardinality ( #11060 )
...
* CLICKHOUSEDOCS-323: The first version of the description.
* CLICKHOUSEDOCS-323: Update.
* CLICKHOUSEDOCS-323: toLowCardinality, low_cardinality_max_dictionary_size
* CLICKHOUSEDOCS-323: Added descriptions of low_cardinality_use_single_dictionary_for_part, low_cardinality_allow_in_native_format, allow_suspicious_low_cardinality_types.
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Fixed some grammar.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-25 14:01:28 +03:00
Alexander Kuzmenkov
3b888e4e33
Add rand32 alias
2020-05-25 04:03:46 +03:00
Azat Khuzhin
9de1a231c9
Add optional default_port argument for the port() function
2020-05-23 23:36:01 +03:00
Azat Khuzhin
409cff11df
Add port() function
...
It uses domain() (getURLHost()) internally so it has the same
limitations:
- no ipv6 support
- no host-without-dots support (i.e. "foobar")
2020-05-23 20:45:56 +03:00
BayoNet
266fa9d99c
DOCS-627: Fixed language and markup in EN version and translated to RU. ( #11001 )
...
* DOCSUP-1063 (#114 )
* added first draft
* added translation for force_optimize_skip_unused_shards and fixed anchors
* fixes
* fixes
* fixed alter.md
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
* CLICKHOUSEDOCS-627: Updated templated.
* Fixed markup.
* CLICKHOUSEDOCS-627: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-19 09:02:30 +03:00
Ivan Blinkov
cd14f9ebcb
SQL reference refactoring ( #10857 )
...
* split up select.md
* array-join.md basic refactoring
* distinct.md basic refactoring
* format.md basic refactoring
* from.md basic refactoring
* group-by.md basic refactoring
* having.md basic refactoring
* additional index.md refactoring
* into-outfile.md basic refactoring
* join.md basic refactoring
* limit.md basic refactoring
* limit-by.md basic refactoring
* order-by.md basic refactoring
* prewhere.md basic refactoring
* adjust operators/index.md links
* adjust sample.md links
* adjust more links
* adjust operatots links
* fix some links
* adjust aggregate function article titles
* basic refactor of remaining select clauses
* absolute paths in make_links.sh
* run make_links.sh
* remove old select.md locations
* translate docs/es
* translate docs/fr
* translate docs/fa
* remove old operators.md location
* change operators.md links
* adjust links in docs/es
* adjust links in docs/es
* minor texts adjustments
* wip
* update machine translations to use new links
* fix changelog
* es build fixes
* get rid of some select.md links
* temporary adjust ru links
* temporary adjust more ru links
* improve curly brace handling
* adjust ru as well
* fa build fix
* ru link fixes
* zh link fixes
* temporary disable part of anchor checks
2020-05-15 07:34:54 +03:00
BayoNet
f2e2e993e5
DOCS-289: randConstant ( #10838 )
...
* DOCSUP-778 (#111 )
* docs(randConstant): add description
* docs(randConstant): edit link
* docs(randConstant): corrections after review
* docs(randConstant): add description in Russian
Co-authored-by: egilmanova <egilmanova@yandex-team.ru>
* CLICKHOUSEDOCS-289: Updated descriptions.
* CLICKHOUSEDOCS-289: Fixed links.
* Update docs/ru/sql-reference/functions/random-functions.md
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
* Update docs/en/sql-reference/functions/random-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: egilmanova <63861789+egilmanova@users.noreply.github.com>
Co-authored-by: egilmanova <egilmanova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-12 19:37:21 +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
Alexey Dushechkin
0237152806
Fix typo passing -> padding in toFixedString
2020-05-08 08:54:53 +07:00
BayoNet
412992f46f
DOCS-606: JSONExtractKeysAndValuesRaw ( #10695 )
...
* DOCSUP-999: JSONExtractKeysAndValuesRaw (#109 )
* added english description
* fixes
* added russian translation
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
* CLICKHOUSEDOCS-606: Fixed translation.
* Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-606: Updated by comments.
* Updated by comments.
* CLICKHOUSEDOCS-606: Updated by comments.
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-07 21:38:27 +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
dba72d73fe
DOCS-624: Fixing links to nowhere ( #10675 )
...
* enbaskakova-DOCSUP-652 (#101 )
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Revert "enbaskakova-DOCSUP-652 (#101 )" (#107 )
This reverts commit 639fee7610
.
* CLICKHOUSEDOCS-624: Fixed links. Was 60, became 13.
* CLICKHOUSEDOCS-624: Finished fix links in Enlish version.
* CLICKHOUSEDOCS-624: Fixed RU links
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-06 09:13:29 +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