avogar
|
9021aeaaff
|
Add docs
|
2024-10-31 16:57:51 +00:00 |
|
avogar
|
353fccbeca
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into dynamic-constraints
|
2024-10-31 13:54:38 +00:00 |
|
Thom O'Connor
|
33cbc540d5
|
Update kill.md - remove ON CLUSTER for KILL MUTATION
ON CLUSTER is not valid for KILL MUTATION, and will result in an exception. Correcting the docs for this syntax
|
2024-10-31 13:49:24 +00:00 |
|
Daniil Ivanik
|
e29c488b05
|
Merge pull request #71184 from ClickHouse/divanik/add_info_about_unsupported_remote_7z
Fix and document 7z archive local-only restriction
|
2024-10-31 10:29:16 +00:00 |
|
Christoph Wurm
|
3b0273a5d3
|
Docs
|
2024-10-30 11:02:22 +00:00 |
|
Hiroaki Nakamura
|
d6acaeae5a
|
Fix doc for CREATE MATERIALIZED VIEW ON CLUSTER
|
2024-10-30 19:43:04 +09:00 |
|
divanik
|
da66d19b87
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/add_info_about_unsupported_remote_7z
|
2024-10-30 10:35:08 +00:00 |
|
Konstantin Bogdanov
|
1239137f24
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-10-30 12:15:52 +03:00 |
|
Pavel Kruglov
|
dd52d52117
|
Merge branch 'master' into dynamic-constraints
|
2024-10-29 19:45:13 +01:00 |
|
Pavel Kruglov
|
42970cf597
|
Merge branch 'master' into alter-to-json
|
2024-10-29 19:39:48 +01:00 |
|
divanik
|
9a9aadc33f
|
Added info
|
2024-10-29 11:21:24 +00:00 |
|
pufit
|
934bd37160
|
Add a note that wildcard grants feature will be available only after 24.10
|
2024-10-29 00:48:31 -04:00 |
|
Alexey Milovidov
|
f2b67b7861
|
Merge pull request #71126 from ClickHouse/Avogar-patch-8
Slightly update JSON docs for better search
|
2024-10-29 01:48:29 +00:00 |
|
Shichao Jin
|
350cda4083
|
Merge pull request #71159 from alsugiliazova/backticks
Docs: add example to valid until docs with other timezone that requires non-obvious backticks around timezone
|
2024-10-29 00:10:21 +00:00 |
|
alsu
|
7a5a298cfd
|
add example with other timezone that requires
non-obvious backticks
|
2024-10-28 23:26:25 +01:00 |
|
Pavel Kruglov
|
0c5a5a0b07
|
Slightly update JSON docs for better search
|
2024-10-28 12:25:08 +01:00 |
|
Dale Mcdiarmid
|
93494b08f5
|
fix spelling
|
2024-10-28 10:01:40 +00:00 |
|
Dale McDiarmid
|
139fd5bde7
|
Merge branch 'master' into extra_credentials_s3
|
2024-10-28 09:59:33 +00:00 |
|
Dale Mcdiarmid
|
c46e3ca09f
|
note for s3cluster
|
2024-10-25 19:11:58 +01:00 |
|
Dale Mcdiarmid
|
5834da5a62
|
move section
|
2024-10-25 19:08:29 +01:00 |
|
Dale Mcdiarmid
|
1e892333bd
|
link new perf docs
|
2024-10-25 16:40:37 +01:00 |
|
Raúl Marín
|
3e8bc8bf18
|
Merge pull request #69619 from bigo-sg/enable_quantile_exact_interpolate_new
Support aggreate function quantileExactWeightedInterpolated, which is a interpolated implementation based on quantileExactWeighted
|
2024-10-25 13:59:43 +00:00 |
|
Han Fei
|
6f3e25b50d
|
Merge pull request #70737 from KevinyhZou/support_datetime64_parse_joda_syntax
Support parse `DateTime64` and timezone in joda syntax
|
2024-10-25 12:37:15 +00:00 |
|
Robert Schulze
|
92a44372b3
|
Some fixups
|
2024-10-24 09:43:43 +00:00 |
|
kevinyhzou
|
abb69d70a8
|
Merge branch 'master' into support_datetime64_parse_joda_syntax
|
2024-10-24 11:07:35 +08:00 |
|
Pablo Marcos
|
ff191b0b08
|
Improve doc of globalVariable
|
2024-10-22 16:43:38 +00:00 |
|
Yarik Briukhovetskyi
|
c45caa6a8f
|
Merge pull request #70881 from simPod/simpleLinearRegression
docs: use `k` as constant name instead of `a` in `simpleLinearRegression
|
2024-10-22 15:51:50 +00:00 |
|
kevinyhzou
|
e4d909c845
|
Merge branch 'master' into support_datetime64_parse_joda_syntax
|
2024-10-22 10:14:42 +08:00 |
|
Robert Schulze
|
9d5410e7ea
|
Merge pull request #70846 from faizan2786/master
Functions `base58Encode/Decode`: Support `FixedString` arguments
|
2024-10-21 17:15:00 +00: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
|
fd309f7b34
|
Minor fixups
|
2024-10-21 08:23:44 +00:00 |
|
kevinyhzou
|
8357ba3241
|
Merge branch 'master' into support_datetime64_parse_joda_syntax
|
2024-10-21 15:34:19 +08: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
|
4c9e4699df
|
Merge pull request #70593 from jsc0218/InsertWith
With Insert Support
|
2024-10-21 02:55:44 +00:00 |
|
Robert Schulze
|
71df65c288
|
Merge pull request #70454 from Blargian/docs_toIP
[Docs] Document `toIP` functions
|
2024-10-18 09:16:49 +00:00 |
|
taiyang-li
|
195909ee94
|
Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new
|
2024-10-18 15:05:29 +08:00 |
|
taiyang-li
|
d0b4603bcb
|
change as request
|
2024-10-18 14:50:54 +08:00 |
|
kevinyhzou
|
56f7611b50
|
ci & review fix
|
2024-10-18 14:21:49 +08:00 |
|
taiyang-li
|
bcae4c9963
|
Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new
|
2024-10-18 12:28:00 +08:00 |
|
jsc0218
|
691aff2cea
|
Merge remote-tracking branch 'origin/master' into InsertWith
|
2024-10-17 18:08:30 +00:00 |
|
Blargian
|
18e866c666
|
Review changes
|
2024-10-17 18:34:44 +02:00 |
|
kevinyhzou
|
7aa295f66a
|
fix ci test
|
2024-10-17 19:44:53 +08:00 |
|
Mikhail f. Shiryaev
|
56fe7206d0
|
Merge branch 'master' into docs_globalVariable
|
2024-10-17 12:40:31 +02:00 |
|
Robert Schulze
|
4b6b152562
|
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search
|
2024-10-16 09:43:28 +00:00 |
|
Shichao Jin
|
7e1f7eca66
|
Merge pull request #70606 from Blargian/docs_timeSlot
[Docs] updates `timeSlot` function
|
2024-10-15 20:46:37 +00: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 |
|
Vladimir Cherkasov
|
bdc186d5da
|
Merge pull request #69738 from ClickHouse/vdimir/window-funnel-fix-dedup2
Fix windowFunnel counting same event several times
|
2024-10-15 15:12:15 +00:00 |
|
Arthur Passos
|
0eacc1f181
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-10-15 09:25:58 -03:00 |
|
Vladimir Cherkasov
|
befc98ad5b
|
Merge branch 'master' into vdimir/window-funnel-fix-dedup2
|
2024-10-15 13:09:21 +02:00 |
|
Alexey Milovidov
|
80bd0cd58d
|
Even more files are removed
|
2024-10-15 00:56:27 +02:00 |
|
Blargian
|
4be0d6868f
|
update syntax
|
2024-10-13 17:08:36 +02:00 |
|
Blargian
|
0abb6684eb
|
add globalVariable function
|
2024-10-13 17:06:27 +02:00 |
|
Blargian
|
b2082ce86e
|
update example
|
2024-10-13 16:21:24 +02:00 |
|
Blargian
|
bb58ab61a4
|
update timeSlot docs
|
2024-10-13 16:18:31 +02:00 |
|
Shaun Struwig
|
e58ed73d71
|
Update type-conversion-functions.md
fix incorrect example
|
2024-10-13 15:43:49 +02:00 |
|
jsc0218
|
4de51aaf4d
|
add doc
|
2024-10-12 02:12:26 +00:00 |
|
Kseniia Sumarokova
|
d3258e0a80
|
Merge pull request #70268 from ucasfl/iceberg-hdfs
Support reading iceberg tables on HDFS
|
2024-10-11 11:57:26 +00: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 |
|
Dmitry Novik
|
9bdbf30cf7
|
Merge pull request #70488 from Blargian/docs_conversion_functions
[Docs] update `toFixedString` and `toISOWeek`
|
2024-10-10 02:39:04 +00:00 |
|
Alsu Giliazova
|
3c05e515c2
|
Merge branch 'master' into Fix--Distinct-combinator-docs
|
2024-10-09 11:41:08 +02:00 |
|
Shaun Struwig
|
636ca957db
|
Update type-conversion-functions.md
Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
|
2024-10-09 09:10:16 +02:00 |
|
Pavel Kruglov
|
e0ae648b1c
|
Merge branch 'master' into dynamic-constraints
|
2024-10-09 11:22:30 +08:00 |
|
Robert Schulze
|
eefe70472e
|
Merge pull request #70418 from Blargian/docs_connectionId
[Docs] update `connectionId` alias
|
2024-10-09 02:14:41 +00:00 |
|
Robert Schulze
|
df8568c446
|
Merge pull request #70421 from Blargian/docs_extract
[Docs] Updates `extract`, adds `extractGroups` documentation
|
2024-10-09 01:46:01 +00:00 |
|
Robert Schulze
|
6307267ba2
|
Merge pull request #70419 from Blargian/docs_current_schemas
[Docs] Document `currentSchemas` function
|
2024-10-09 01:43:15 +00:00 |
|
Robert Schulze
|
703382776c
|
Merge pull request #70416 from Blargian/docs_ignore
[Docs] Update `ignore` documentation
|
2024-10-09 01:42:20 +00:00 |
|
Robert Schulze
|
7569d6917e
|
Update other-functions.md
|
2024-10-09 03:41:18 +02:00 |
|
Blargian
|
6b56ca4e10
|
update toFixedString and toISOWeek
|
2024-10-08 18:22:52 +02:00 |
|
Shaun Struwig
|
9bd36d2367
|
Merge branch 'master' into docs_toIP
|
2024-10-08 17:58:32 +02:00 |
|
Blargian
|
c35c812edf
|
review changes
|
2024-10-08 17:56:52 +02:00 |
|
Blargian
|
f151d4f4b5
|
link to UInt64 page
|
2024-10-08 17:31:33 +02:00 |
|
Blargian
|
62374ac645
|
undo accidental change on wrong branch
|
2024-10-08 17:30:24 +02:00 |
|
Blargian
|
ce4d6c81b8
|
link UInt64 to relevant page
|
2024-10-08 17:29:19 +02:00 |
|
Blargian
|
5703b5409a
|
review changes and fix style-heck
|
2024-10-08 17:23:30 +02:00 |
|
Blargian
|
fccd1cf822
|
review changes: change instances of value to string, add syntax and argument to toIPv4
|
2024-10-08 17:15:19 +02:00 |
|
Blargian
|
fce6df5e93
|
review changes
|
2024-10-08 16:17:26 +02:00 |
|
Robert Schulze
|
6f88ada7a9
|
Merge pull request #70467 from rschu1ze/docs-grammar
[Docs] Fix grammar and consistency
|
2024-10-08 10:11:49 +00:00 |
|
Pavel Kruglov
|
30991f29ac
|
Merge pull request #69691 from Avogar/default-implementation-for-dynamic
Support Dynamic type in most functions
|
2024-10-08 08:22:26 +00:00 |
|
Robert Schulze
|
c9fdeb5174
|
[Docs] Fix grammar and consistency
Cf. #70219, #70220, #70221, #70255, #70279
|
2024-10-08 08:05:41 +00:00 |
|
avogar
|
c6b58f4db2
|
Better docs
|
2024-10-08 08:01:45 +00:00 |
|
pufit
|
a89b81852c
|
Merge branch 'master' into pufit/fix-implicit-grants
|
2024-10-08 09:45:02 +08:00 |
|
Patrick Druley
|
b9b905089d
|
minor typo fix for example intersect SQL
|
2024-10-07 14:42:20 -04:00 |
|
Shaun Struwig
|
515361ac3d
|
Merge branch 'master' into docs_toIP
|
2024-10-07 18:30:45 +02:00 |
|
Blargian
|
c2d63df5ad
|
add missing toIP functions
|
2024-10-07 18:25:58 +02:00 |
|
vdimir
|
baf8c03473
|
Merge branch 'master' into vdimir/window-funnel-fix-dedup2
|
2024-10-07 11:59:02 +02:00 |
|
avogar
|
a10c2674fe
|
Add example in docs
|
2024-10-07 07:20:10 +00:00 |
|
Pavel Kruglov
|
1fef195d68
|
Merge branch 'master' into dynamic-constraints
|
2024-10-07 06:54:10 +02:00 |
|
Blargian
|
341edc06b1
|
update extract and add extractGroups
|
2024-10-06 19:49:18 +02:00 |
|
Blargian
|
ba777cdcc8
|
document currentSchemas function
|
2024-10-06 12:32:33 +02:00 |
|
Blargian
|
5f734dbeba
|
remove duplicate connection_id and add it as an alias to connectionId
|
2024-10-06 12:08:32 +02:00 |
|
Blargian
|
0dd8de1844
|
update ignore function documentation
|
2024-10-06 11:42:16 +02:00 |
|
Alexey Milovidov
|
f657f1e0b4
|
Fix typos
|
2024-10-06 11:13:43 +08:00 |
|
Michael Kolupaev
|
97923069e5
|
Merge pull request #60669 from ClickHouse/mvrere
Refreshable MV: DatabaseReplicated support, coordination among replicas
|
2024-10-05 18:46:46 +00:00 |
|
vdimir
|
0a815df2a3
|
Merge branch 'master' into vdimir/window-funnel-fix-dedup2
|
2024-10-04 14:54:02 +02:00 |
|
Christoph Wurm
|
dab614ee4b
|
Align other sources paragraph
|
2024-10-04 10:59:28 +01:00 |
|
Christoph Wurm
|
17c124fa71
|
Update grant.md: Complete list of SOURCES grants
Align with the current list of sources grants in the source code here: af1a0f12aa/src/Access/Common/AccessType.h (L226-L240)
|
2024-10-04 10:13:35 +01:00 |
|
flynn
|
c7514a7912
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into iceberg-hdfs
|
2024-10-04 05:33:54 +00:00 |
|
pufit
|
1250251b4d
|
add FINAL modifier
|
2024-10-03 22:59:05 -04:00 |
|
pufit
|
dcbccc6f00
|
Merge branch 'master' into pufit/fix-implicit-grants
|
2024-10-03 22:58:44 -04:00 |
|