Commit Graph

6296 Commits

Author SHA1 Message Date
vdimir
ada4a2ba00
Upd doc for isIPAddressInRange 2021-03-29 13:43:21 +03:00
jianmei zhang
30929408ea update translations for tips.md and two title names 2021-03-29 10:33:50 +08:00
alexey-milovidov
7af59dbf79
Merge pull request #22061 from ClickHouse/filimonov-patch-1
Update column.md
2021-03-29 05:29:47 +03:00
alexey-milovidov
a0051fff9f
Merge pull request #22097 from benbiti/update-aggregate-funcion-in-zh
Update aggregate funcion reference in zh
2021-03-29 05:23:20 +03:00
michon470
27fdd823ba
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:16:02 +03:00
michon470
5b865a15ea
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:15:48 +03:00
michon470
ca071ec971
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:13:59 +03:00
Tatiana Kirillova
8d3f6be370 minor fixes 2021-03-28 21:26:51 +03:00
Tatiana Kirillova
704a4a5521 Description of setting min_marks_to_honor_max_concurrent_queries 2021-03-28 20:43:21 +03:00
michon470
ee229a3980
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 20:01:02 +03:00
michon470
713fb4dae1
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 20:00:41 +03:00
michon470
7c423cbff2
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 20:00:13 +03:00
michon470
66b20c393e
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 19:59:16 +03:00
michon470
0e6e631a7d
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 19:45:23 +03:00
michon470
930c51c4a1
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 19:45:12 +03:00
George
bba5c08856 Fix 2021-03-28 04:22:58 +03:00
George
521f747685 small fix 2021-03-28 04:21:44 +03:00
George
1c2a9a824c added translation 2021-03-28 04:07:06 +03:00
gyuton
bfcff1c915
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 01:15:28 +03:00
olgarev
c27e6ce6d0
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine 2021-03-28 01:00:43 +03:00
Mikhail
e9aa43fe8b LIVE-представления, изменение перевода 2021-03-27 21:57:04 +03:00
alexey-milovidov
249fe71883
Merge pull request #22173 from kakty3/patch-1
Update other-functions.md
2021-03-26 22:03:05 +03:00
Robert Hodges
48ba36b682
Update postgresql.md
Corrected typo in PostgreSQL Table Engine page title.
2021-03-26 10:34:48 -07:00
George
d1fcaf66ba Small changes 2021-03-26 18:58:39 +03:00
George
a91a960b2b Added description 2021-03-26 18:45:09 +03:00
Sergey Demurin
482704c434
Update other-functions.md
fix typo
2021-03-26 18:29:07 +03:00
George
92ff804c31 first entry 2021-03-26 15:49:21 +03:00
Mikhail
3a83c3b903 link fix 2021-03-26 13:49:58 +03:00
Tatiana Kirillova
e4bf63f470 Link for see also 2021-03-26 12:25:33 +03:00
Mikhail
979beae635 Merge branch 'kuriatnikovm-DOCSUP-7105-translate_changes' of https://github.com/michon470/ClickHouse into kuriatnikovm-DOCSUP-7105-translate_changes 2021-03-26 12:20:56 +03:00
Mikhail
37d8dfbeda ошибка 2021-03-26 12:00:31 +03:00
Tatiana Kirillova
25052fc3f2 Reads file as a String 2021-03-26 11:47:41 +03:00
Tatiana Kirillova
9f6ad165c8 Updated description 2021-03-26 11:22:43 +03:00
Alexander Tokmakov
d138c0fda9 Merge branch 'master' into annadevyatova-DOCSUP-6113-atomic 2021-03-26 10:50:38 +03:00
michon470
9847b73250
Update docs/en/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-03-26 10:46:25 +03:00
Tatiana Kirillova
db505553a4 Reads file as String - description of the new function. 2021-03-26 10:09:51 +03:00
Ilya Yatsishin
3107920f31
Update requirements.txt 2021-03-26 09:43:33 +03:00
PHO
26dc629366 Add a function isIPAddressContainedIn()
This function takes an IP address and a CIDR network prefix, and determines if the address is contained in the network. It supports both IPv4 and IPv6 addresses, and expects arguments to be strings.

ClickHouse doesn't support union types. We cannot use the native IPv4 and IPv6 types for this reason.
2021-03-26 12:11:35 +09:00
alexey-milovidov
67f6efb94d
Update column.md 2021-03-26 02:35:38 +03:00
alexey-milovidov
ddbd95be2d
Suggestion from @l1tsolaiki 2021-03-26 01:55:42 +03:00
Alexander Kuzmenkov
0675f9403c
Merge pull request #21895 from ClickHouse/aku/laglead
float RANGE OFFSET and lag/lead_in_frame
2021-03-25 23:00:22 +03:00
Kruglov Pavel
8c6da972da
Merge pull request #22059 from sevirov/sevirov-DOCSUP-4916-add_orc_output_format
DOCSUP-4916: Add ORC output format
2021-03-25 22:13:37 +03:00
Dmitriy
a4aff546e9 Fix the title
Поправил название заголовка.
2021-03-25 22:05:26 +03:00
Maksim Kita
bbe1960eea
Merge pull request #21573 from kitaisreal/updated-cache-dictionary-storage
Added specialized CacheDictionaryStorage
2021-03-25 21:29:01 +03:00
Dmitriy
b179ae468c Update formats.md
Внес небольшие правки в русскую версию.
2021-03-25 19:11:30 +03:00
Alexander Kuzmenkov
8ea697b7df use camelCase 2021-03-25 18:49:45 +03:00
michon470
d8931e504e
Merge branch 'master' into kuriatnikovm-DOCSUP-7105-translate_changes 2021-03-25 16:32:39 +03:00
benbiti
a861b633d6 fix broken links in settings.md 2021-03-25 17:09:20 +08:00
benbiti
1f34391018 update links in uuid 2021-03-25 17:09:20 +08:00
benbiti
f9c7fd7b9d update zh docs datatype uuid 2021-03-25 17:09:20 +08:00
benbiti
ee939fed4d update-aggregate-funcion-in-zh 2021-03-25 17:09:20 +08:00
benbiti
5bcda9e101 update argmax.md 2021-03-25 17:09:20 +08:00
benbiti
dd63983ab1 update avg.md 2021-03-25 17:09:20 +08:00
benbiti
67b8f02b93 update deltasum.md 2021-03-25 17:09:20 +08:00
benbiti
8ac49387c3 update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
aa6aae4d81 simpleaggregatefunction update links 2021-03-25 17:09:19 +08:00
benbiti
3ae419f01c WIP update-aggregate-funcions-in-zh:fix links 2021-03-25 17:09:19 +08:00
benbiti
31d6a4369b WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
502a5d62da WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
41de78e825 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
53b9afda06 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
d17c25475b WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
3877f58829 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
e1df95b519 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
c80f601efb WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
638b62a74e WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
5a5134ed3d WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
2e999ff484 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
c24207037f WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
c1e5dc92a4 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
20e9784284 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
ebdf4ad1e9 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
db84b0712e WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
e35957b716 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
2d5391d529 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
072ba26fc2 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
5295f19ac8 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
0f40a99a12 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
111c82cbe9 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
014b297e2e WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
7a26c653d4 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
f718a4abbf WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
f71e2691c1 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
6864c477b6 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
024b70442f WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
1fe6b995fa WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
c9f824876f WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
d9209f6c32 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
1ba1cbc6a9 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
84c318502f WIP update-aggregate-funcions-in-zh: fix broken links 2021-03-25 17:09:19 +08:00
benbiti
a6e9d9200b WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
af0930f62a WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
7d0430c0ec WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
8354cdd0e1 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
michon470
2c4cbc2565
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:05:12 +03:00
michon470
c171b4854c
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:04:20 +03:00
michon470
4403a29531
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:04:12 +03:00
michon470
9c875a568e
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:03:55 +03:00
michon470
10eaaf3b3d
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:03:47 +03:00
michon470
eb1dab99f9
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:03:39 +03:00
michon470
b3ecb7514b
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:03:26 +03:00
michon470
1ccc34b101
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:03:16 +03:00
michon470
c55312d6b6
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:02:52 +03:00
michon470
6ceb516ed0
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:02:36 +03:00
michon470
a590ca1705
Update docs/ru/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:02:14 +03:00
michon470
78a70a53fb
Update docs/ru/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:02:00 +03:00
michon470
688231beb5
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:01:47 +03:00
michon470
9eb816b1fe
Update docs/en/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:01:38 +03:00
michon470
a727995e54
Update docs/en/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:01:25 +03:00
michon470
bd16e6243c
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 01:01:44 +03:00
Dmitriy
d1f72f81f5 Translate to Russian
Перевел на русский язык.
2021-03-25 00:21:08 +03:00
Mike Kot
285af08949 Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-03-24 22:34:20 +03:00
Anna
4c5a7f28a7 changed header levels to display correctly on the page 2021-03-24 22:34:20 +03:00
Dmitriy
4786e8f2a8 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4916-add_orc_output_format 2021-03-24 19:32:39 +03:00
Azat Khuzhin
7c07b43597 Convert system.errors.stack_trace from String into Array(UInt64)
This should decrease overhead for the errors collecting.
2021-03-24 06:52:48 +03:00
filimonov
6bac215fac
Update column.md 2021-03-24 00:04:54 +01:00
Dmitriy
767eba04f9 Update ORC format
Поправил якоря.
2021-03-24 00:22:38 +03:00
Dmitriy
7154b36a2d Add ORC output format
Задокументировал вывод данных в ORC формате.
2021-03-24 00:08:07 +03:00
Anna
706f746b41 fixed link 2021-03-23 23:04:30 +03:00
AnaUvarova
89579d7006
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 19:10:54 +03:00
AnaUvarova
17c9e7de10
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 19:10:48 +03:00
Alexander Kuzmenkov
c9facd631c Merge remote-tracking branch 'origin/master' into HEAD 2021-03-23 17:40:13 +03:00
Vitaly Baranov
f784bd4051
Merge pull request #21328 from zvonand/docs_kerberos_support
Adding documentation for Kerberos external authenticator.
2021-03-23 17:34:47 +03:00
Alexander Kuzmenkov
2d3245d999
Merge pull request #21470 from adevyatova/annadevyatova-DOCSUP-5841-translate
DOCSUP-5841: Edit and translate to Russian
2021-03-23 16:13:54 +03:00
Mikhail
b50fd4d133 небольшая финальная правка 2021-03-23 15:20:35 +03:00
vdimir
84e884447c
Add doc to modes for widnowFunnel 2021-03-23 14:44:10 +03:00
Kruglov Pavel
290e8e6b87
Merge pull request #21587 from gyuton/gyuton-DOCSUP-6703-Document-the-insert_shard_id-setting
DOCSUP-6703: Documented the insert_shard_id setting
2021-03-23 13:10:05 +03:00
gyuton
aa0e35f264
Update docs/ru/operations/settings/settings.md
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-03-23 13:08:07 +03:00
gyuton
b30cbd4237
Update settings.md 2021-03-23 13:04:51 +03:00
gyuton
601eb40d89
Update settings.md 2021-03-23 13:01:57 +03:00
gyuton
42c573e719
Update settings.md 2021-03-23 12:24:46 +03:00
gyuton
52c5608a05
Update settings.md 2021-03-23 12:23:52 +03:00
gyuton
3be9d798ce
Update docs/en/operations/settings/settings.md
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-03-23 12:22:38 +03:00
Nikolai Kochetov
c2cbdf89a0
Merge pull request #21601 from ka1bi4/romanzhukov-DOCSUP-7042-deltaSum-quota-type
DOCSUP-7042: Edit and translate to Russian (deltaSum function and queries quota type)
2021-03-23 12:05:28 +03:00
Roman Bug
35f8a84c0f
Update deltasum.md
Убрал упоминание агрегатной функции (тавтология),
2021-03-23 11:08:58 +03:00
Roman Bug
58599ba220
Update deltasum.md
remove aggregate from deltasum.
2021-03-23 11:07:18 +03:00
ana-uvarova
9fd0d09ba2 subheaders clarification and short descr 2021-03-23 09:38:47 +03:00
AnaUvarova
d0ddb2031f
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:28:55 +03:00
AnaUvarova
f8c52c10f6
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:28:47 +03:00
AnaUvarova
1fd7a2a90f
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:28:37 +03:00
AnaUvarova
c280bd75e3
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:28:17 +03:00
AnaUvarova
70b44373cb
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:27:12 +03:00
AnaUvarova
a970992fdd
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:27:01 +03:00
AnaUvarova
f515926736
Update docs/ru/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:54 +03:00
AnaUvarova
0bb6275dfe
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:48 +03:00
AnaUvarova
a5d8741060
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:35 +03:00
AnaUvarova
e58a8dd033
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:26:23 +03:00
AnaUvarova
b15b35ca75
Update docs/en/sql-reference/functions/string-search-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-23 09:25:38 +03:00
Alexey Milovidov
f2fc200597 Fix broken link 2021-03-23 02:34:30 +03:00
Anna
cdbb7ec491 update atomic.md 2021-03-23 00:08:08 +03:00