lehasm
64539452d9
Merge branch 'master' into alexey-sm-DOCSUP-7099-translate-runningConcurrency
2021-03-16 22:02: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
lehasm
0b98737daf
Fixed link in runningDifferenceStartingWithFirstValue
2021-03-14 21:03:56 +03:00
lehasm
069f4ab5c4
Fixed link in runningDifferenceStartingWithFirstValue
2021-03-14 21:01:59 +03:00
lehasm
0e2637b22a
Warning moved close to function description
...
Order changed inside warning block
2021-03-14 20:33:12 +03:00
lehasm
08863a0252
Function description placed before syntax.
...
In in.md created header max_parallel_replica-subqueries with empty text. It is link target from runningConcurrency
2021-03-14 19:27:58 +03:00
Alexey Milovidov
8c9bd09e6c
Remove broken "Original article"
2021-03-14 15:19:04 +03:00
Dmitriy
aad98b368e
Edit and translate to Russian
...
Поправил шаблоны в английской и русской версиях.
2021-03-13 21:18:45 +03:00
lehasm
d901d00830
Fixes after review applied
2021-03-10 23:46:29 +03:00
lehasm
c0630e2c90
en text improved.
2021-03-09 22:45:29 +03:00
lehasm
b538b2255b
runningConcurrency() english description changed.
2021-03-08 22:44:45 +03:00
Alexander Kuzmenkov
81dc94bca7
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
...
DOCSUP-4707: Edit and translate to Russian
2021-03-05 05:11:26 +03:00
Dmitriy
187eb837db
Add the links
...
Добавил ссылки.
2021-02-28 20:10:44 +03:00
Vladimir
dc32d1fa41
Make Arguments
bold in doc
2021-02-16 14:21:23 +03:00
Anna
ce1f10904e
Global replacement Parameters
to Arguments
2021-02-16 00:22:10 +03:00
Nikita Mikhaylov
92e13d76d3
Merge pull request #18508 from depressed-pho/runningConcurrency
...
Add function runningConcurrency()
2021-02-15 14:39:38 +03:00
PHO
09c49d3842
Add function runningConcurrency()
...
Given a series of beginning time and ending time of events, this function calculates concurrency of the events at each of the data point, that is, the beginning time.
2021-02-03 14:34:44 +09:00
George
1f6a686f4e
Some fixes
2021-02-02 05:54:38 +03:00
George
ecab446721
updated and added translation
2021-01-31 21:23:57 +03:00
Dmitriy
649386ff0f
Edit and translate to Russian
...
Поправил английскую версию и перевел на русский язык.
2021-01-29 23:15:42 +03:00
George
e612ad2bab
minor fixes
2021-01-28 17:13:41 +03:00
George
c7ec1b9313
fixed links
2021-01-28 15:14:57 +03:00
George
7d1e4b8594
First draft
2021-01-28 14:38:24 +03:00
Azat Khuzhin
ea7528b853
identity: mark it as non suitable for constant folding
2021-01-21 21:22:23 +03:00
Alexey Milovidov
25b100761f
Merge branch 'master' into function_byte_size
2021-01-03 04:36:48 +03:00
pingyu
12a0b8c3c9
add doc
2020-12-29 01:55:47 +08:00
Nikita Mikhaylov
c8c4de0617
Merge pull request #18328 from sevirov/sevirov-DOCSUP-4552-document_tcpPort()_function
...
DOCSUP-4552: Document the tcpPort() function
2020-12-28 20:27:40 +03:00
George
b900ddd1c3
fixed description
2020-12-25 18:50:38 +03:00
George
ca0a3de581
fixed typos
2020-12-25 13:35:16 +03:00
George
be85056c71
added translation
2020-12-24 11:25:47 +03:00
George
092ca61ea9
fixed typos
2020-12-23 12:05:59 +03:00
George
011b159f06
fixed links x2
2020-12-23 11:52:45 +03:00
George
35a6adf598
fixed links
2020-12-23 11:22:49 +03:00
George
cc73cd2e20
added a few details
2020-12-23 11:08:57 +03:00
George
d1c0f5f157
updated finalizeAggregation
2020-12-23 04:24:05 +03:00
Ilya Yatsishin
a25e00a3d9
Update docs/en/sql-reference/functions/other-functions.md
2020-12-22 18:37:34 +03:00
Dmitriy
302e8f697d
Document tcpPort function
...
Задокументировал функцию tcp_port.
2020-12-21 23:13:26 +03:00
sevirov
59b92c7464
DOCSUP-3922: Document the untuple() function ( #17110 )
...
* Create tuple-functions.md
Выполнил описание функции untuple на английском языке.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Внес небольшие поправки.
* Translate untuple-functions.md
Выполнил перевод на русский язык.
* Update tuple-functions.md
Внес поправки в английскую и русскую версии.
* Update tuple-functions.md
Внес поправки.
* Update tuple-functions.md and in-functions.md
Добавил функции и ссылки.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-27 22:37:44 +03:00
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