Commit Graph

14216 Commits

Author SHA1 Message Date
Raúl Marín
4e2f8576e5
Revert "Add settings to replace external engines to Null during create" 2024-07-31 11:50:58 +02:00
Yakov Olkhovskiy
dea79dc2bb
Merge pull request #67091 from ClickHouse/fix-lag-lead-in-frame
Fix: add necessary type conversion in lagInFrame and leadInFrame
2024-07-30 22:48:11 +00:00
Robert Schulze
546eb4bf1d
Merge pull request #67186 from Blargian/docs_materialize
[Docs] add example for `materialize` function
2024-07-30 17:18:32 +00:00
Robert Schulze
8370114400
Merge pull request #67399 from rschu1ze/frmDt-optional-format-string
formatDateTime[InJodaSyntax]: make format string optional
2024-07-30 09:35:11 +00:00
Alexey Milovidov
95a5dc6f34
Merge pull request #66536 from qoega/external-replace-to-null
Add settings to replace external engines to Null during create
2024-07-30 09:03:35 +00:00
Alexey Milovidov
e4bc7dea61
Merge pull request #67353 from Avogar/json-as-object-docs
Add JSONAsObject format to documentation
2024-07-30 01:27:56 +00:00
Yakov Olkhovskiy
f94bebb053 fix 2024-07-29 22:36:59 +00:00
Robert Schulze
812a2b9299
formatDateTime[InJodaSyntax]: make format string optional 2024-07-29 17:24:28 +00:00
Ilya Yatsishin
efa218b534 address comments 2024-07-29 15:54:54 +02:00
Ilya Yatsishin
307e1be999 Merge remote-tracking branch 'origin/master' into external-replace-to-null 2024-07-29 15:48:43 +02:00
Shaun Struwig
4488d65fe9
Merge branch 'master' into docs_toUIntXYZ 2024-07-29 15:12:59 +02:00
Blargian
e13bc4e47a fix formatting issues 2024-07-29 14:57:30 +02:00
Robert Schulze
558bec1c94
Merge pull request #66649 from Blargian/docs_toXYZ
[Docs] `toInt*` functions
2024-07-29 12:22:41 +00:00
Blargian
2908cd7284 update toInt*OrDefault to show that the default argument is optional 2024-07-29 13:28:24 +02:00
Blargian
ceb0f7fe0f Fix typoo 2024-07-29 13:17:27 +02:00
Blargian
a8f36ebded update wording of toInt8OrDefault 2024-07-29 13:02:18 +02:00
avogar
837b0e053d Add JSONAsObject format to documentation 2024-07-29 10:52:41 +00:00
Nikita Mikhaylov
8e3d832ccd
Merge pull request #67159 from shribigb/patch-1
Update keepermap.md
2024-07-29 10:25:19 +00:00
Alexey Milovidov
512797a247
Merge pull request #67160 from xc0derx/patch-1
fix broken links (compression codecs)
2024-07-28 11:24:20 +00:00
Blargian
be22d76942 add UInt* functions 2024-07-28 00:38:07 +02:00
Shaun Struwig
e8c2e1745e
Fix typo 2024-07-28 00:05:24 +02:00
Blargian
85249b47f1 Review changes 2024-07-27 11:56:20 +02:00
Sergei Trifonov
d5c412e86a
Merge pull request #66534 from Blargian/docs_joinGetOrNull
[Docs] add `joinGetOrNull`
2024-07-26 14:30:24 +00:00
Blargian
60cca77c8a add example for materialize function 2024-07-26 12:39:35 +02:00
Raúl Marín
9ff1492245
Merge pull request #67179 from Blargian/docs_filesystemUnreserved
[Docs] rename `filesystemFree` to `filesystemUnreserved`
2024-07-26 10:27:08 +00:00
Alexey Milovidov
6f4aa977d7
Merge pull request #66832 from joelynch/joelynch/table-comments
Ensure COMMENT clause works for all table engines
2024-07-26 09:35:57 +00:00
Blargian
02bfe82192 rename filesystemFree to fiilesystemUnreserved 2024-07-26 11:19:46 +02:00
Blargian
aaa25454b3 Additional formatting fixes 2024-07-26 10:58:45 +02:00
Shri Bodas
d0c4c4151c
Update keepermap.md
Needs quotes around keeper path
2024-07-25 14:24:28 -07:00
xc0derx
18fb7396f9
fix broken links (compression codecs) 2024-07-25 23:21:30 +02:00
Blargian
3c1004aee4 Fix typo 2024-07-25 21:26:14 +02:00
Blargian
1ba4790511 Review changes 2024-07-25 21:18:48 +02:00
Dmitry Novik
82654361f9
Merge pull request #66982 from linhgiang24/patch-2
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARIES command
2024-07-25 15:39:11 +00:00
Dmitry Novik
93a2dbf85c
Move syntax part on top 2024-07-25 17:02:11 +02:00
joelynch
e1dc94e1a5
Merge branch 'master' into joelynch/table-comments 2024-07-25 10:15:03 +02:00
Raúl Marín
6e3dccf365
Merge pull request #67040 from ClickHouse/revert-62103-pufit/fuzz-query
Revert "FuzzQuery table function"
2024-07-24 20:48:58 +00:00
Justin de Guzman
4ab4b67292
Update link for JSON schema inference 2024-07-24 07:59:34 -07:00
Raúl Marín
ff44b20661
Revert "FuzzQuery table function" 2024-07-24 14:51:48 +02:00
Mark Needham
81c19b02e7
Update json.md 2024-07-24 13:33:32 +01:00
Alexey Milovidov
1914b37058
Merge pull request #65521 from JackyWoo/add_statistics_cmsketch
Add count-min sketches as statistics type
2024-07-24 00:46:23 +00:00
Linh Giang
6a3f49ada4
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARIES command
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARY and RELOAD DICTIONARIES commands to ensure execution on all replicas.  Also to conform with the rest of the document.
2024-07-23 13:23:35 -06:00
joelynch
240f04561e
Fix docs for COMMENT clause 2024-07-22 19:12:39 +02:00
Alexey Milovidov
91693daf59
Merge pull request #65756 from ibotty/document-ssh-keys
document declarative ssh-keys authentication
2024-07-22 14:23:59 +00:00
Yatsishin Ilya
2dc264928f Added tests, rewritten logic which engines and table functions to allow, added replace for create table ... AS table_function() syntax. 2024-07-22 11:33:51 +00:00
vdimir
846922aeae
Merge pull request #55051 from ClickHouse/vdimir/full_sorting_join_improvements
Suppport ASOF JOIN for full_sorting_merge algorithm
2024-07-22 10:28:46 +00:00
Rich Raposa
42ba3229b5
Update azureBlobStorageCluster.md
This has been driving me crazy for a while 😄 The table functions are listed alphabetically except for this one - so it's a trivial fix.
2024-07-19 16:33:15 -06:00
Raúl Marín
6aa754decf Fix docs for default value on from_env 2024-07-19 17:38:04 +02:00
vdimir
b732723c18
Merge branch 'master' into vdimir/full_sorting_join_improvements 2024-07-19 10:30:32 +02:00
Alexey Milovidov
b1b5123a6a
Merge pull request #66630 from ClickHouse/remove-system-functions-is-deterministic
Remove `is_deterministic` from system.functions
2024-07-19 01:52:45 +00:00
vdimir
1ac8ad4eed
Merge branch 'master' into vdimir/full_sorting_join_improvements 2024-07-18 11:33:27 +00:00