Yarik Briukhovetskyi
|
ffeec296a1
|
Merge pull request #62335 from Misz606/patch-5
Added nano- micro- milliseconds unit for `date_trunc`
|
2024-04-16 23:16:46 +00:00 |
|
Jordi Villar
|
9ed1b9412f
|
Merge remote-tracking branch 'upstream/master' into week-default-mode
|
2024-04-16 23:01:25 +02:00 |
|
slvrtrn
|
665b191164
|
Update HTTP docs
|
2024-04-16 16:59:29 +02:00 |
|
János Benjamin Antal
|
599e928e1f
|
Merge pull request #61997 from azat/sentry-logical-error
[RFC] Send LOGICAL_ERRORs to sentry
|
2024-04-16 12:26:42 +00:00 |
|
peter279k
|
a91da66961
|
Add the loading data with cleaning approach
|
2024-04-16 19:57:18 +08:00 |
|
Alexey Milovidov
|
e65dc63609
|
Merge branch 'master' into rust_vendor
|
2024-04-16 10:10:34 +02:00 |
|
slvrtrn
|
2134b74773
|
Add HTTP interface docs
|
2024-04-15 21:04:19 +02:00 |
|
Robert Schulze
|
769ef731bc
|
Add a comment that s390x builds are temporarily disabled
|
2024-04-15 16:39:03 +00:00 |
|
Robert Schulze
|
7dc05d092b
|
Merge remote-tracking branch 'rschu1ze/master' into be-less-boring-32
|
2024-04-15 16:35:10 +00: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 |
|
Jus
|
03c0b20c2e
|
Update argmax.md
small fix
|
2024-04-15 17:53:36 +04:00 |
|
Jus
|
d566080670
|
Update argmax.md
add description for argmax
|
2024-04-15 17:38:20 +04:00 |
|
Robert Schulze
|
7df79fa1e7
|
Merge pull request #62576 from ClickHouse/docs-numeric-literal-examples
[Docs] Add more examples for numeric literals
|
2024-04-15 12:41:34 +00:00 |
|
Yarik Briukhovetskyi
|
ff5a385201
|
Update intersect.md
|
2024-04-15 11:03:15 +01:00 |
|
Raúl Marín
|
69245545fa
|
Merge branch 'master' into rust_vendor
|
2024-04-15 10:57:01 +01:00 |
|
Paweł Kudzia
|
210efe1621
|
documenting alternative syntax that's supported for DATE_ADD, DATE_SUB
this is related to issue https://github.com/ClickHouse/ClickHouse/issues/25815
i'm adding examples for:
date_add(date, INTERVAL value unit) and date_sub(date, INTERVAL value unit)
both are covered with a test from e3c09e9703/tests/queries/0_stateless/02160_special_functions.sql (L33) ; i think it's worth documenting them as the syntax is familiar to MySQL users [ https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_date-add ]
|
2024-04-15 08:50:01 +02:00 |
|
Josh Rodriguez
|
087d91d21d
|
Fix a typo and grammar in intersect
|
2024-04-13 11:02:08 -07:00 |
|
Blargian
|
3ed8463d08
|
Give explicit description to countMatchesCaseInsensitive in addition to a link to its base function
|
2024-04-13 11:34:57 +02:00 |
|
Blargian
|
13f84a5957
|
minor fixes
|
2024-04-13 11:32:40 +02:00 |
|
Blargian
|
f18cdaa004
|
Add variants
|
2024-04-13 11:25:08 +02:00 |
|
Blargian
|
c8f014591c
|
Update countMatchesCaseInsensitive function
|
2024-04-13 11:05:43 +02:00 |
|
Shaun Struwig
|
74453c384f
|
Add missing tanh function
|
2024-04-12 16:25:23 +02:00 |
|
Yarik Briukhovetskyi
|
b922aa4979
|
Merge pull request #62595 from peter279k/add_trunc_truncate_usage
Document functions `trunc` and `truncate`.
|
2024-04-12 13:17:00 +00:00 |
|
Robert Schulze
|
542364e2b2
|
Merge pull request #62589 from Blargian/document_left_right_XYZ
[Docs] add missing `left`, `right` functions and their variants.
|
2024-04-12 13:07:35 +00:00 |
|
Mikhail f. Shiryaev
|
ed35fddddd
|
Merge pull request #62598 from ClickHouse/docs-dev-ccache
Add requirement for ccache/sccache into dev docs
|
2024-04-12 15:15:56 +02:00 |
|
Mikhail f. Shiryaev
|
e00e0ad651
|
Fix a false statement
|
2024-04-12 14:32:59 +02:00 |
|
Mikhail f. Shiryaev
|
81f97921ce
|
Add requirement for ccache/sccache into dev docs
|
2024-04-12 14:17:08 +02:00 |
|
Yarik Briukhovetskyi
|
85cdecb123
|
Add a more illustrative example
|
2024-04-12 13:57:42 +02:00 |
|
peter279k
|
9f3199ee79
|
Update translateUTF8 reutrned value description
|
2024-04-12 19:53:31 +08:00 |
|
peter279k
|
2d6c51578a
|
Add truncate and trunc functions usage
|
2024-04-12 19:47:38 +08:00 |
|
Raúl Marín
|
c4f4bee4ec
|
Merge pull request #62574 from Algunenano/doc_argmin
Correct the documentation about duplicates with argmin and argmax
|
2024-04-12 11:43:29 +00:00 |
|
peter279k
|
830598c83e
|
Add functions tryBase58 and tryBase64Decode usage
|
2024-04-12 19:25:24 +08:00 |
|
Alexey Milovidov
|
d613a1d623
|
Merge pull request #62381 from ClickHouse/fix-trash-docs
Fix trash in documentation
|
2024-04-12 13:24:24 +02:00 |
|
Raúl Marín
|
6274154642
|
Merge pull request #62570 from Algunenano/clean_deleted_rows
Remove mentions of clean_deleted_rows from the documentation
|
2024-04-12 10:53:28 +00:00 |
|
Blargian
|
b2a83d54f3
|
Make descriptions less ambiguous
|
2024-04-12 12:41:45 +02:00 |
|
Blargian
|
7cd3c86d6e
|
Add missing leftXYZ and rightXYZ functions
|
2024-04-12 12:36:12 +02:00 |
|
Raúl Marín
|
e773b4ea3a
|
Merge pull request #62518 from Algunenano/casewhen
Make transform always return the first match
|
2024-04-12 10:29:48 +00:00 |
|
Alexey Milovidov
|
727caee102
|
Merge branch 'master' into fix-trash-docs
|
2024-04-12 03:46:19 +02:00 |
|
Justin de Guzman
|
9c9c3bddb5
|
[Docs] Formatting
|
2024-04-11 13:53:51 -07:00 |
|
Justin de Guzman
|
89a9de76a6
|
[Docs] Add more examples for numeric literals
|
2024-04-11 13:38:51 -07:00 |
|
Raúl Marín
|
83d6f2ef99
|
Correct the documentation about duplicates with argmin and argmax
|
2024-04-11 21:51:31 +02:00 |
|
Alexander Tokmakov
|
4e486f4176
|
Merge pull request #62549 from ClickHouse/revert-60112-feat-59377
Revert "[feature]: allow to attach parts from a different disk"
|
2024-04-11 17:56:41 +00:00 |
|
Raúl Marín
|
b90eb1962f
|
Remove mentions of clean_deleted_rows from the documentation
|
2024-04-11 19:56:30 +02:00 |
|
Raúl Marín
|
aa09876220
|
Merge remote-tracking branch 'blessed/master' into rust_vendor
|
2024-04-11 18:52:28 +02:00 |
|
Arnaud Rocher
|
99078ef9d5
|
Fix typo in like function documentation
|
2024-04-11 15:56:47 +02:00 |
|
Azat Khuzhin
|
f1cb1f80b6
|
Make sending LOGICAL_ERRORs to sentry configurable
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-11 15:56:26 +02:00 |
|
Jordi Villar
|
a4c3153453
|
Rollback date_diff changes
|
2024-04-11 15:55:12 +02:00 |
|
Robert Schulze
|
2cc801e74c
|
Some fixups
|
2024-04-11 15:55:12 +02:00 |
|
Jordi Villar
|
368d01872f
|
Apply feedback to toStartOfInterval
|
2024-04-11 15:55:12 +02:00 |
|
Jordi Villar
|
cf51d801ae
|
Documentation
|
2024-04-11 15:55:12 +02:00 |
|
Robert Schulze
|
486128bd0e
|
Some fixes
|
2024-04-11 15:55:12 +02:00 |
|
Robert Schulze
|
a358e2c872
|
Merge pull request #62541 from jaymebrd/add-event-time-backup-log-table
Add column `event_time` to system table `backup_log system`
|
2024-04-11 13:02:34 +00:00 |
|
Nikita Mikhaylov
|
219b83948d
|
Merge pull request #62521 from ClickHouse/doc-composable-protocols
Doc: add Composable Protocols
|
2024-04-11 12:17:12 +00:00 |
|
Alexander Tokmakov
|
c1c7cf56bd
|
Revert "[feature]: allow to attach parts from a different disk"
|
2024-04-11 13:43:51 +02:00 |
|
Jayme Bird
|
edb22a8941
|
add event_time to backup_log system table
|
2024-04-11 10:22:02 +01:00 |
|
Yakov Olkhovskiy
|
057747ccd2
|
fix
|
2024-04-10 20:33:42 -04:00 |
|
Yakov Olkhovskiy
|
7344daec8f
|
add Composable Protocols
|
2024-04-10 20:25:08 -04:00 |
|
Yakov Olkhovskiy
|
e2b7e171da
|
fix
|
2024-04-10 19:19:51 -04:00 |
|
Yakov Olkhovskiy
|
4bb77473a1
|
add auth_use_forwarded_address
|
2024-04-10 19:08:45 -04:00 |
|
Raúl Marín
|
8e26c4460b
|
Make transform always return the first match
|
2024-04-10 23:39:47 +02:00 |
|
Raúl Marín
|
0273b39804
|
Merge remote-tracking branch 'blessed/master' into rust_vendor
|
2024-04-10 22:05:20 +02:00 |
|
Blargian
|
e044b4bf02
|
add flattenTuple to aspell-dict and replace Tuple with tuple
|
2024-04-10 20:31:45 +02:00 |
|
Robert Schulze
|
6ca8a730a9
|
Merge pull request #62501 from Blargian/document_lcase
[Docs] update `lower` function
|
2024-04-10 17:47:32 +00:00 |
|
Robert Schulze
|
daf2fdc6bf
|
Merge pull request #62299 from Blargian/document_arrayXYZ
[Docs] add missing arrayXYZ functions
|
2024-04-10 17:22:37 +00:00 |
|
Blargian
|
6df90c5c25
|
Change examples -> example
|
2024-04-10 19:14:57 +02:00 |
|
Blargian
|
8d2f8cccec
|
Add flattenTuple to documentation
|
2024-04-10 19:12:04 +02:00 |
|
Blargian
|
f32d3d3096
|
Update lower function
|
2024-04-10 18:27:01 +02:00 |
|
Shaun Struwig
|
19916de731
|
Update array-functions.md
small fixes to wording
|
2024-04-10 18:03:20 +02:00 |
|
Blargian
|
c179885265
|
Add example for arrayFirstOrNull with multiple arrays
|
2024-04-10 17:53:31 +02:00 |
|
Blargian
|
6fcaeca2e6
|
Clarify arrayPartialShuffle
|
2024-04-10 17:44:11 +02:00 |
|
Blargian
|
4408714c55
|
Remove subset dotProduct from tuple-functions and add dotProduct as an alias to the superset
|
2024-04-10 17:09:01 +02:00 |
|
Robert Schulze
|
c8f0fec3a4
|
Merge pull request #62491 from rschu1ze/docs-date_add
Docs: Update function `date_add`
|
2024-04-10 14:32:11 +00:00 |
|
Robert Schulze
|
4ed518d6ad
|
Docs: Update date_add
|
2024-04-10 14:21:55 +00:00 |
|
Robert Schulze
|
b072c8bc5c
|
Merge pull request #62456 from jaymebrd/add-hostname-blob_storage_log-system-table
Add missing `hostname` column to `blob_storage_log` system table
|
2024-04-10 13:08:00 +00:00 |
|
Robert Schulze
|
84525faee8
|
Merge remote-tracking branch 'ClickHouse/master' into add-hostname-blob_storage_log-system-table
|
2024-04-10 13:02:44 +00:00 |
|
Konstantin Bogdanov
|
84e3e64778
|
Merge pull request #62469 from peter279k/add_uptime_func_usage
Document function `uptime`
|
2024-04-10 13:00:24 +00:00 |
|
Robert Schulze
|
99cef9deee
|
Merge pull request #62376 from rschu1ze/qc-system-tables
Query cache: ignore results of queries against system tables
|
2024-04-10 11:03:31 +00:00 |
|
Robert Schulze
|
d1bd7e08e4
|
Merge remote-tracking branch 'rschu1ze/master' into qc-system-tables
|
2024-04-10 10:55:16 +00:00 |
|
Yarik Briukhovetskyi
|
957c58ce28
|
Merge pull request #62039 from zhongyuankai/memory_table_modify_setting
Support ALTER MODIFY SETTING for Memory tables
|
2024-04-10 10:55:01 +00:00 |
|
Yarik Briukhovetskyi
|
7d3ad8a83a
|
Merge pull request #62405 from peter279k/improve_opensky_dataset
Remove useless param, fix typo and query result
|
2024-04-10 10:54:30 +00:00 |
|
Robert Schulze
|
fccfdc9edb
|
Merge pull request #62477 from loselarry/master
Docs: Minor grammar fixes
|
2024-04-10 10:35:23 +00:00 |
|
Robert Schulze
|
7064f34eae
|
Merge pull request #62472 from peter279k/add_upper_upperutf8_usage
Document functions `upper` and `upperUTF8`
|
2024-04-10 10:19:50 +00:00 |
|
peter279k
|
06bbf97cc0
|
Update example
|
2024-04-10 18:12:29 +08:00 |
|
peter279k
|
927c5ca1fc
|
Update example
|
2024-04-10 18:09:02 +08:00 |
|
loselarry
|
7774a2a313
|
chore: fix some comments
Signed-off-by: loselarry <bikangning@yeah.net>
|
2024-04-10 17:21:25 +08:00 |
|
peter279k
|
01f3d57e4b
|
Add upper and upperUTF8 function usage
|
2024-04-10 14:28:10 +08:00 |
|
peter279k
|
b96543e57e
|
Add translateUTF8 function usage
|
2024-04-10 14:25:49 +08:00 |
|
peter279k
|
fc9d5ec589
|
Add uptime() function usage
|
2024-04-10 10:46:54 +08:00 |
|
Nikolay Degterinsky
|
b8e809ff32
|
Merge pull request #62422 from Blargian/document_wyHash64
[Docs] add wyHash64 function
|
2024-04-09 23:08:20 +00:00 |
|
Robert Schulze
|
007ae001de
|
Merge pull request #62075 from Blargian/document_multiSearchXYZ
[Docs] add multiSearchXYZ functions
|
2024-04-09 21:02:01 +00:00 |
|
Robert Schulze
|
c843b411da
|
Merge pull request #62450 from Blargian/document_l2SquaredNorm
[Docs] add L2SquaredNorm function
|
2024-04-09 20:33:58 +00:00 |
|
Robert Schulze
|
c25ad7a229
|
Merge pull request #62448 from Blargian/document_tupleXYZ
[Docs] add tupleXYZ functions
|
2024-04-09 20:33:55 +00:00 |
|
Robert Schulze
|
56f54c1b5a
|
Merge pull request #62454 from Blargian/document_kostikConsistentHash
[Docs] add kostikConsistentHash
|
2024-04-09 19:18:06 +00:00 |
|
Raúl Marín
|
f2f45a054c
|
Fix style
|
2024-04-09 20:34:52 +02:00 |
|
Raúl Marín
|
ad385238da
|
Merge pull request #62435 from Blargian/document_uniqCombined64
[Docs] add uniqCombined64 function
|
2024-04-09 18:20:38 +00:00 |
|
Raúl Marín
|
88245e72e3
|
Update build docs
|
2024-04-09 19:32:39 +02:00 |
|
Jayme Bird
|
fcfaf82181
|
fix: add missing hostname column to blob_storage_log system table
|
2024-04-09 17:50:28 +01:00 |
|
Yarik Briukhovetskyi
|
17d3d57f9f
|
fix flaky result
|
2024-04-09 18:01:12 +02:00 |
|
Blargian
|
9419c0f788
|
remove l2squared
|
2024-04-09 17:53:00 +02:00 |
|
Blargian
|
7aac552fab
|
Add missing kostikConsistentHash
|
2024-04-09 17:44:41 +02:00 |
|
Blargian
|
8369f8d8c1
|
Add missing l2SquaredNorm function
|
2024-04-09 16:54:09 +02:00 |
|
Blargian
|
d5014b2d0e
|
Add missing L2SquaredNorm function
|
2024-04-09 16:44:07 +02:00 |
|
Blargian
|
de8d31685d
|
Minor edit
|
2024-04-09 16:26:35 +02:00 |
|
Peter
|
42a906dca9
|
Remove useless param, fix typo and query result
|
2024-04-09 22:17:00 +08:00 |
|
Blargian
|
7d969dd9fa
|
Add tupleModulo tupleModuloByNumber
|
2024-04-09 15:19:31 +02:00 |
|
Blargian
|
92a027a2d0
|
Add OrZero variants
|
2024-04-09 15:01:27 +02:00 |
|
Blargian
|
c8fb88b261
|
Add tupleIntDivOrZero
|
2024-04-09 14:15:32 +02:00 |
|
Blargian
|
5857ecf848
|
Add tupleIntDivByNumber
|
2024-04-09 14:01:50 +02:00 |
|
Blargian
|
eed1a33e77
|
update wording on tupleIntDiv
|
2024-04-09 13:55:10 +02:00 |
|
Blargian
|
55798dbdcf
|
Add tupleIntDiv function
|
2024-04-09 13:53:31 +02:00 |
|
Robert Schulze
|
184e51551d
|
Merge pull request #62228 from rschu1ze/docs-drop-table
Docs: Slightly improve wording of `DROP TABLE` docs
|
2024-04-09 11:10:36 +00:00 |
|
Robert Schulze
|
3b2a0c4c51
|
Merge pull request #62205 from rschu1ze/docs-datatypes2
Docs: Slightly improve data type docs
|
2024-04-09 11:10:01 +00:00 |
|
Blargian
|
7b3a973ee0
|
Add missing example to uniqCombined
|
2024-04-09 12:55:01 +02:00 |
|
Blargian
|
af505aafbc
|
Small fix
|
2024-04-09 12:34:53 +02:00 |
|
Blargian
|
fe868ddf86
|
Document uniqCombined64 and update uniqueCombined
|
2024-04-09 12:31:35 +02:00 |
|
peter279k
|
45b2619f7a
|
Validating zip and fix query result in Recipes doc
|
2024-04-09 13:29:34 +08:00 |
|
Blargian
|
208722a513
|
Fix spelling mistake
|
2024-04-08 21:55:27 +02:00 |
|
Blargian
|
80eae8765e
|
Actually fix broken links this time
|
2024-04-08 21:51:18 +02:00 |
|
Nikita Mikhaylov
|
72af467a35
|
Merge pull request #61786 from mneedham/aggregating-mergetree
AggregatingMergeTree: Split table creation and MV definition + add mo…
|
2024-04-08 19:19:07 +00:00 |
|
Nikita Mikhaylov
|
5b2f8b2502
|
Merge pull request #61767 from mneedham/window-functions
[Docs] add ranking functions + make the supported table more obvious
|
2024-04-08 19:18:28 +00:00 |
|
Shaun Struwig
|
d2c3a015c1
|
Update ym-dict-functions.md
Fix broken links
|
2024-04-08 21:03:58 +02:00 |
|
Blargian
|
1b9a72e374
|
Add back accidently removed description
|
2024-04-08 20:56:30 +02:00 |
|
Blargian
|
3f91ece54b
|
Remove blank space from wordShingleSimHashUTF8
|
2024-04-08 20:54:42 +02:00 |
|
Blargian
|
33eba42c13
|
Document wyHash64
|
2024-04-08 20:50:41 +02:00 |
|
Shaun Struwig
|
ba172e7693
|
Fix broken links
|
2024-04-08 20:16:09 +02:00 |
|
Blargian
|
f426b5f12b
|
Fix spell-check
|
2024-04-08 19:21:44 +02:00 |
|
Robert Schulze
|
2bcf984e55
|
Merge remote-tracking branch 'rschu1ze/master' into docs-datatypes2
|
2024-04-08 17:17:35 +00:00 |
|
Robert Schulze
|
e09db43991
|
Merge remote-tracking branch 'rschu1ze/master' into docs-drop-table
|
2024-04-08 17:16:58 +00:00 |
|
Blargian
|
f1b565048e
|
Formatting fixes
|
2024-04-08 19:09:26 +02:00 |
|
Sergei Trifonov
|
d6a8eccaf9
|
Merge pull request #62393 from andreev-io/ilya/alter-typo
Fix a typo in the documentation of the ALTER statement
|
2024-04-08 15:21:47 +00:00 |
|
Blargian
|
38ef6ac291
|
Add missing colon
|
2024-04-08 17:12:13 +02:00 |
|
Blargian
|
0fa4dfb282
|
Update regionXYZ documentation
|
2024-04-08 17:11:18 +02:00 |
|
Alexey Milovidov
|
8b856702f1
|
Merge pull request #62214 from ClickHouse/auto/v24.3.2.23-lts
Update version_date.tsv and changelogs after v24.3.2.23-lts
|
2024-04-08 15:11:52 +02:00 |
|
Ilya Andreev
|
094f94882c
|
Fix a typo in the documentation of the ALTER TABLE ... MODIFY QUERY statement
|
2024-04-08 12:37:03 +01:00 |
|
robot-ch-test-poll4
|
acfcbd4aa3
|
Merge pull request #62386 from peter279k/add_validate_checksum_nyc_library
Add validate checksum nyc library
|
2024-04-08 13:04:44 +02:00 |
|
Robert Schulze
|
dca6e0abbd
|
Fix the build (after boringssl submodule removal)
|
2024-04-08 11:02:41 +00:00 |
|
peter279k
|
057893c310
|
Add checksum to validate the downloaded archive
|
2024-04-08 17:57:46 +08:00 |
|
robot-clickhouse-ci-1
|
fbf591d2bf
|
Merge pull request #62224 from Blargian/document_cramersVBiasCorrected
Update cramersVBiased documentation
|
2024-04-08 11:42:10 +02:00 |
|
Alexey Milovidov
|
53a3ad609a
|
Fix trash in documentation
|
2024-04-07 21:32:40 +02:00 |
|
Eduard Karacharov
|
4b5db7357c
|
docs: predefined query handler example fix
|
2024-04-07 21:07:36 +03:00 |
|
Robert Schulze
|
12813be9b8
|
Ignore queries involving system tables by query cache
Fixes #59071
|
2024-04-07 11:24:32 +00:00 |
|
zhongyuankai
|
2573fb6262
|
batter
|
2024-04-06 20:42:27 +08:00 |
|
Blargian
|
bbe4b284c2
|
Add missing description to arrayDotProduct
|
2024-04-05 16:30:11 +02:00 |
|
Kruglov Pavel
|
47b9eb2cb2
|
Merge pull request #62005 from Avogar/better-string-to-variant
Better conversion from String to Variant
|
2024-04-05 15:26:14 +02:00 |
|
Yarik Briukhovetskyi
|
d9d9174299
|
Update date-time-functions.md
|
2024-04-05 15:09:06 +02:00 |
|
Misz606
|
497e3bb48f
|
Added nanoseconds and milliseconds for date trunc.
|
2024-04-05 09:03:46 -04:00 |
|
Anita Hammer
|
f47f96a84e
|
Update settings.md
|
2024-04-05 09:32:23 +03:00 |
|
Kruglov Pavel
|
d911d7d2b1
|
Merge pull request #62290 from ClickHouse/Avogar-patch-1
Mark format RowBinaryWithDefaults as not suitable for output
|
2024-04-04 21:37:03 +02:00 |
|
Blargian
|
d5493bccf5
|
Add a link to lambda functions for arrayFirstOrNull and arrayLastOrNull
|
2024-04-04 20:00:28 +02:00 |
|
Blargian
|
95b5616d1a
|
A few more small fixes
|
2024-04-04 19:51:04 +02:00 |
|