Commit Graph

5798 Commits

Author SHA1 Message Date
Lionel Palacin
a9f1159f9d remove /play path from the url 2024-10-23 19:17:50 +01:00
Lionel Palacin
83dda28f59 Replace play.clickhouse.com urls with sql.clickhouse.com 2024-10-23 07:34:53 +01:00
Simon Podlipsky
677f296214
docs: use k as constant name instead of a in simpleLinearRegression
Function uses `k` internally.

E.g.

```sql
SELECT arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3]) FORMAT JsonEachRow
```

outputs `{"arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3])":{"k":1,"b":0}}`
2024-10-21 15:34:15 +02:00
Robert Schulze
d02a31da44
Merge pull request #70616 from rschu1ze/query-time-ef-search
Vector search: allow to specify HNSW parameter `ef_search` at query time
2024-10-21 06:47:46 +00:00
Alexey Milovidov
d05a77ecab Remove documentation from MaterializedMySQL 2024-10-17 15:31:42 +02:00
Robert Schulze
da31d3252e
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-15 17:24:32 +00:00
Robert Schulze
a197f19396
Some unrelated minor fixes 2024-10-15 16:59:15 +00:00
Shichao Jin
f29900d735
Merge pull request #70612 from AlekseyKanaev/settings-users_docs_fix
Fixed docs typo in settings-users.md
2024-10-15 15:08:20 +00:00
Alexey Milovidov
80bd0cd58d Even more files are removed 2024-10-15 00:56:27 +02:00
aleksey
abc10f5d2b fixed docs typo in settings-users.md 2024-10-14 09:59:55 +03:00
Dmitry Novik
e9a1ac5ff4
Merge pull request #70394 from alsugiliazova/Fix--Distinct-combinator-docs
Docs: Fix distinct combinator docs as well as some other minor fixes in docs
2024-10-10 02:41:12 +00:00
Alexey Milovidov
d24b8bea37
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
2024-10-09 15:53:18 +00:00
Alsu Giliazova
3c05e515c2
Merge branch 'master' into Fix--Distinct-combinator-docs 2024-10-09 11:41:08 +02:00
Vladimir
775308f869
Fixed typo YSQL in grant.md 2024-10-08 20:08:57 +03:00
pufit
a89b81852c
Merge branch 'master' into pufit/fix-implicit-grants 2024-10-08 09:45:02 +08:00
kylhuk
97b596123d fix: fixed filename reference in documentation 2024-10-07 23:19:47 +02:00
johnnyfish
92d7b11eef Update gui.md 2024-10-08 00:09:22 +03:00
Patrick Druley
b9b905089d minor typo fix for example intersect SQL 2024-10-07 14:42:20 -04:00
pufit
1250251b4d add FINAL modifier 2024-10-03 22:59:05 -04:00
pufit
2a107e3429 Add WITH IMPLICIT, fix error with implicit grants 2024-10-02 23:20:33 -04:00
alsu
9c50a2d245 fix double distinct mistake in docs (corrStableDistinct(DISTINCT x, y)) 2024-10-01 16:22:50 +02:00
Yarik Briukhovetskyi
2f4518fa66
init 2024-10-01 13:29:39 +02:00
Vitaly Baranov
924e21f632
Merge pull request #70025 from alsugiliazova/docs--update-create/alter-user-syntax-for-multiple-auth-methods-feature
Docs: update create/alter user syntax for multiple authentication methods feature
2024-09-28 12:29:04 +00:00
alsu
cafddf0833 add missing space 2024-09-26 19:17:45 +02:00
Yarik Briukhovetskyi
71937b9fc8
Merge branch 'ClickHouse:master' into tostartofinterval-aliases 2024-09-26 18:43:52 +02:00
alsu
7e10705886 update create/alter user syntax 2024-09-26 17:30:40 +02:00
alsu
916b92d094 update alter/create user russian docs according to english version 2024-09-26 14:56:02 +02:00
Robert Schulze
399225dc9c
Revert "feat: add docs"
This reverts commit 7f15f61426.
2024-09-26 10:31:15 +00:00
Robert Schulze
2425eb287d
Revert "fix: correct return type inconsistencies in docs"
This reverts commit a2ff8e4384.
2024-09-26 10:30:22 +00:00
Robert Schulze
da0838579f
Revert "small cosmetic changes in docs"
This reverts commit 8cc5d766b5.
2024-09-26 10:30:04 +00:00
Robert Schulze
fd6f87a01c
Revert "Renamed a function"
This reverts commit 0983c5067a.
2024-09-26 10:29:46 +00:00
Vitaly Baranov
f23980f5af
Merge pull request #69892 from OlegGalizin/patch-1
default precision datetime64.md
2024-09-25 13:10:25 +00:00
Vitaly Baranov
70ec26d9aa
Merge pull request #69891 from hardstep33/patch-2
Update clickhouse-keeper.md
2024-09-25 12:59:33 +00:00
Yarik Briukhovetskyi
409711ad7c
enhance docs 2024-09-24 15:36:12 +02:00
Nikita Mikhaylov
0983c5067a Renamed a function 2024-09-24 14:44:07 +02:00
Oleg Galizin
cbf8ed0936
default precision datetime64.md 2024-09-24 10:32:56 +03:00
hardstep33
a08fe0365e
Update clickhouse-keeper.md
грамматическая ошибка
2024-09-24 11:52:14 +07:00
Alexey Milovidov
71dcc7ef69 Revert "Merge pull request #69032 from alexon1234/include_real_time_execution_in_http_header"
This reverts commit b6ea3442b4, reversing
changes made to 0076084f9a.
2024-09-24 02:57:30 +02:00
alsu
a2b0618a7a Merge branch 'update-create/alter-user-syntax-in-docs' of https://github.com/alsugiliazova/ClickHouse into update-create/alter-user-syntax-in-docs 2024-09-23 13:17:55 +02:00
alsu
18e82c4ff8 update settings profile syntax in docs 2024-09-23 13:16:24 +02:00
Alsu Giliazova
97c0727f39
Merge branch 'master' into update-create/alter-user-syntax-in-docs 2024-09-23 12:14:31 +03:00
alsu
f2bbad916f update CREATE QUOTA syntax box in russian docs according to english docs 2024-09-23 11:09:54 +02:00
alsu
6357427019 remove TO from ALTER SETTINGS PROFILE syntax box in docs and update russian alter/create settings profile 2024-09-23 11:08:05 +02:00
alsu
f8fa483c67 update create/alter role syntax in russian docs according to current functionality 2024-09-23 11:03:49 +02:00
Alexey Milovidov
d3c9943147
Merge pull request #66789 from bezik/patch-17
Update distributed-ddl.md [ru]
2024-09-22 17:20:55 +00:00
Alexey Milovidov
74addb1b53
Update distributed-ddl.md 2024-09-22 03:00:39 +02:00
Denny Crane
d64ea45b7f
Update date32.md 2024-09-20 10:34:45 -03:00
Denny Crane
f9471058e5
Update date32.md 2024-09-20 10:31:28 -03:00
kurikuQwQ
2ebf0057f4
Update ext-dict-functions.md
fix example query result
2024-09-20 13:40:33 +03:00
alsu
589dc56d2e update create/alter user syntax in russian docs according to current functionality 2024-09-04 11:18:33 +02:00