Commit Graph

198 Commits

Author SHA1 Message Date
cnmade
fc38cffd33 Translate zh/sql/statements index and use document 2022-01-18 11:06:41 +08:00
Denny Crane
0cb9e979ca actualize trailing zeros removal in documentation 2022-01-07 14:53:17 -04:00
Maksim Kita
5ae10e5e31
Merge pull request #33369 from benbiti/docs_zh_create_function
[Docs-zh]translate create function into zh
2022-01-03 14:11:22 +03:00
benbiti
c8866feecc [Docs-zh]translate create function into zh 2022-01-01 10:56:42 +08:00
benbiti
b347e8356c [Docs-zh]update zh docs note tag 2021-12-31 10:46:07 +08:00
vxider
52fa82b4d4 rename window-view function to time window function 2021-12-10 09:43:44 +00:00
Vxider
b74af1af5d fix window view docs 2021-12-10 00:51:31 +08:00
vxider
45527768b2 small update for window view doc 2021-12-09 02:34:37 +00:00
vxider
eb759c83f6 window view docs improvement 2021-12-08 14:43:26 +00:00
congbaoyangrou
ed2d798b26
Update where.md 2021-11-28 17:36:18 +08:00
SuperDJY
dd2972b8c3
return fake create query when executing show create table on system's tables. (#31391)
* clarify that cannot show create table of system's tables

* clarify that cannot show create table of system's tables in the document

* bypass test style-check for required `database=currentDatabase()` because `show create table` do not have condition

* rename supportsShowCreateTable to isSystemStorage

* build fake create query for show create table of system's tables

* fix tests for show create table on system's table:

1. only build fake create query when cannot get real query
2. only test rocksdb when it's enabled.

* fix test for show create table system.tables

* fix test for ASTCreateQuery set table and database

* change to LOGICAL_ERROR when cannot get in_memory metadata

Co-authored-by: tavplubix <tavplubix@gmail.com>

* implement common getCreateQueryFromStorage

Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-19 13:25:55 +03:00
spume
4707967890
Update set.md
Modify "设置"  to “集合”
2021-11-16 16:24:24 +08:00
Azat Khuzhin
e0cd7a8304 docs: switch <yandex> to <clickhouse> 2021-10-26 08:52:29 +03:00
Nikolay Degterinsky
140e304b34
Merge pull request #30386 from morozovsk/patch-9
Docs: Remove argMin(tuple(arg, val)) due to changes in code
2021-10-21 16:33:10 +03:00
Vladimir Goncharov
a48da62949
Update argmin.md 2021-10-21 15:21:33 +03:00
Vladimir Goncharov
a43d293d12
Update argmax.md 2021-10-21 15:20:25 +03:00
Vladimir Goncharov
2b3841f003
Update argmin.md 2021-10-19 19:14:14 +03:00
Vladimir Goncharov
f49e946943
Update argmax.md 2021-10-19 19:11:15 +03:00
Nikita Mikhaylov
4fbd332bf1 Done 2021-10-19 11:53:55 +00:00
Alexey Milovidov
551c52c236 Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs 2021-09-30 17:45:14 +03:00
BiteTheDDDDt
f969414ce7 update zh doc of windowfunnel 2021-09-28 21:04:58 +08:00
BiteTheDDDDt
5e8e9f4875 update zh doc of windowfunnel 2021-09-28 21:02:49 +08:00
BiteTheDDDDt
40a6271095 update zh doc of windowfunnel 2021-09-28 21:02:37 +08:00
BiteTheDDDDt
8f69cbe821 update zh doc of windowfunnel 2021-09-28 20:56:04 +08:00
alexey-milovidov
0880ae2883
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-21 20:17:28 +03:00
Ivan Blinkov
6a293d73f9 make_links.sh 2021-09-20 09:51:41 +03:00
Alexey Milovidov
e9cc3eafaa Change repository URL in docs 2021-09-20 01:43:23 +03: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
Maksim Kita
741223ce52
Merge pull request #28115 from qianmoQ/translation-docs-zh
Translate documentation for database engines
2021-08-31 12:02:01 +03:00
qianmoQ
dba7739f48 Fix document inline errors 2021-08-31 09:53:39 +08:00
Onehr7
87b026aa43
Update in.md 2021-08-30 20:08:33 +08:00
qianmoQ
3153836b6a Fix file problems with bad links 2021-08-27 19:32:21 +08:00
igomac
91813b0110
Update docs/zh/sql-reference/functions/ym-dict-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-21 00:53:19 +08:00
igomac
1d7c58238f
Create ym-dict-functions.md
add missing translation
2021-08-20 12:27:19 +08:00
igomac
0a5c979907
Update docs/zh/sql-reference/functions/ym-dict-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-20 12:03:57 +08:00
igomac
f5af6fae2f
Update docs/zh/sql-reference/functions/ym-dict-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-20 12:03:49 +08:00
igomac
0380091be8
Update ym-dict-functions.md
Fix mistranslated content
2021-08-19 18:03:43 +08:00
董海镔
3dcff2124c rename bitmapSubsetOffsetLimit to subBitmap and modify the rb_offset_limit function logic 2021-08-07 18:47:33 +08:00
董海镔
e8b6c0a227 add bitmapSubsetOffsetLimit function 2021-08-06 00:44:07 +08:00
Alexey Milovidov
df3be36758 Remove trailing whitespaces from docs 2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691 Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
Caspian
eab4cb3cdc use new syntax, update docs 2021-07-21 23:08:38 +08:00
caspian
1497fc4290 update docs 2021-07-16 16:57:04 +08:00
caspian
1723a522cc update docs 2021-07-16 10:13:04 +08:00
levie
0ddd57dcb1 Chinese translation of mysql.md 2021-07-12 17:50:45 +08:00
Maksim Kita
69c30d658c
Merge pull request #26110 from ywill3/patch-2
Update bitmap-functions.md
2021-07-09 12:16:40 +03:00
ywill3
89c72da7f3
Update bitmap-functions.md
may be  inappropriate sub-title
2021-07-09 10:14:10 +08:00
ywill3
325e0764fe
Update bitmap-functions.md
bitmapSubsetLimit example sql is wrong
2021-07-09 10:05:27 +08:00
Maksim Kita
a1706f20ff
Update syntax.md 2021-07-03 15:05:08 +03:00
Tiaonmmn
80335713cc
Update syntax.md 2021-07-03 18:10:30 +08:00