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
|
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 |
|
Alexey Milovidov
|
80bd0cd58d
|
Even more files are removed
|
2024-10-15 00:56:27 +02:00 |
|
Alexey Milovidov
|
d24b8bea37
|
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
|
2024-10-09 15:53:18 +00: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 |
|
Alexey Milovidov
|
f657f1e0b4
|
Fix typos
|
2024-10-06 11:13:43 +08: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 |
|
Raúl Marín
|
cedc1d6ed9
|
Remove references of avgWeighted(Decimal) from the docs
|
2024-10-01 18:35:18 +02:00 |
|
Nikita Taranov
|
0f1aece087
|
Merge pull request #69894 from ClickHouse/nickitat-patch-20
Update ttl.md
|
2024-09-24 10:27:14 +00:00 |
|
Nikita Taranov
|
adc9a0de2c
|
Update ttl.md
|
2024-09-24 11:44:58 +02: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 |
|
Alejandro
|
6b08d2b6de
|
Update docs
|
2024-08-28 16:51:56 +01:00 |
|
PHO
|
4b05106cc4
|
Fix the upper bound of function fromModifiedJulianDay()
The upper bound was supposed to be 9999-12-31 but it was accidentally
set to 9999-01-01.
|
2024-08-20 17:49:26 +09:00 |
|
Alexey Milovidov
|
b92a8f0fbc
|
Fix leftovers
|
2024-08-12 07:16:25 +02:00 |
|
Alexey Milovidov
|
a433115434
|
Fix typo
|
2024-08-04 19:18:00 +02:00 |
|
Alexey Milovidov
|
968d28f1f4
|
Remove outdated articles from the docs
|
2024-07-17 07:24:46 +02:00 |
|
jiaosenvip
|
10c19d2be1
|
Conditional statement error
The conditional statement is used incorrectly here, and the two cases are correctly covered after modification.
|
2024-07-17 11:11:34 +08:00 |
|
Kevin Song
|
af4e8618cb
|
Update mergetree.md
correct bullet points structure
|
2024-06-29 13:26:09 +08:00 |
|
Maciej Bak
|
d8eef19f56
|
Documentation: Add missing IF NOT EXISTS clause for manipulating constraints
|
2024-06-25 16:41:12 +02:00 |
|
morning-color
|
07f93fe78d
|
Fix docs
|
2024-06-13 10:44:32 +08:00 |
|
Mikhail f. Shiryaev
|
97092e7f0c
|
Remove old time deprecated repo.clickhouse.com from docs
|
2024-05-28 13:48:38 +02:00 |
|
Shaun Struwig
|
e24253c097
|
Fix formatting in zh/index.md
|
2024-05-23 15:45:26 +02:00 |
|
Blargian
|
ce26c4f657
|
Review changes and replace … with ...
|
2024-05-23 13:54:45 +02:00 |
|
rfraposa
|
2ce2e2858e
|
Two more slug fixes
|
2024-05-14 21:50:04 -06:00 |
|
Blargian
|
ca5e70f424
|
Undo file renaming for ru and zh
|
2024-05-09 10:57:13 +02:00 |
|
Shaun Struwig
|
16c7ae5a04
|
Undo renaming
|
2024-05-09 10:30:22 +02:00 |
|
Blargian
|
a75151e80b
|
Undo renaming and make review changes
|
2024-05-09 10:29:35 +02:00 |
|
Blargian
|
70c6419651
|
Standardize file name for null-functions and add isNullable function
|
2024-05-08 12:51:22 +02:00 |
|
joe09@foxmail.com
|
3c1695b80b
|
[docs] Update ClickVisual official website link
|
2024-04-30 15:04:22 +08:00 |
|
Yarik Briukhovetskyi
|
c0d3be936f
|
Update rounding-functions.md
|
2024-04-17 14:42:15 +01:00 |
|
Yarik Briukhovetskyi
|
a3b42abad0
|
init
|
2024-04-17 14:34:00 +01:00 |
|
Robert Schulze
|
2a3b5bd74d
|
Merge pull request #58956 from AVMusorin/kafka-settings
Separate consumer/producer settings for Kafka
|
2024-04-15 15:11:19 +00:00 |
|
Raúl Marín
|
83d6f2ef99
|
Correct the documentation about duplicates with argmin and argmax
|
2024-04-11 21:51:31 +02:00 |
|
Robert Schulze
|
2bcf984e55
|
Merge remote-tracking branch 'rschu1ze/master' into docs-datatypes2
|
2024-04-08 17:17:35 +00:00 |
|
Eduard Karacharov
|
4b5db7357c
|
docs: predefined query handler example fix
|
2024-04-07 21:07:36 +03:00 |
|
Aleksandr Musorin
|
d01a95fc9a
|
docs: added kafka_topic directly under kafka tag
|
2024-04-04 13:56:15 +02:00 |
|
Robert Schulze
|
606058c1ca
|
Consolidate SQL compat alias docs into data type docs + improve sidebar order
|
2024-04-02 20:26:14 +00:00 |
|
yariks5s
|
9c3bf05675
|
init
|
2024-04-02 14:58:45 +00:00 |
|
Robert Schulze
|
84f929ca4e
|
Merge pull request #61409 from ClibMouse/feature/dateDiff-nanoseconds
Calculate result of `date_diff`/`age` at nanosecond precision
|
2024-04-02 13:18:19 +02:00 |
|
Han Fei
|
3b1140b6c4
|
Merge pull request #62037 from jincong8973/docs-zh-string-search-functions
Update string-search-functions.md
|
2024-04-01 18:46:43 +02:00 |
|
Han Fei
|
99a5e1ed2d
|
improve
|
2024-04-01 17:59:38 +02:00 |
|
Han Fei
|
51db06992d
|
refine
|
2024-04-01 17:54:48 +02:00 |
|
Han Fei
|
fe8d4b5dfc
|
refine
|
2024-04-01 17:06:54 +02:00 |
|
KrJin
|
f5437d3055
|
Update string-search-functions.md
Improve zh-cn doc of string-search-functions
|
2024-03-28 19:08:38 +08:00 |
|