Alexey Milovidov
|
458cbb3b18
|
Fix function names in docs
|
2023-09-29 10:15:46 +02:00 |
|
Nikolay Degterinsky
|
9ebecb5499
|
Merge pull request #54639 from evillique/timestamp-function
Add `timestamp` function for compatibility with MySQL
|
2023-09-28 16:44:16 +02:00 |
|
Robert Schulze
|
675819be6b
|
Minor fixes
|
2023-09-27 21:15:20 +00:00 |
|
Nikolay Degterinsky
|
c1f59eccd5
|
Add fraction part to the time argument, add docs, better test
|
2023-09-27 20:17:32 +00:00 |
|
flynn
|
3d299d5f9d
|
Review fix
|
2023-09-27 03:16:52 +00:00 |
|
vdimir
|
70ae994e77
|
Merge pull request #54935 from ucasfl/hamming-distance
Add several string distance functions
|
2023-09-25 17:06:16 +02:00 |
|
zvonand
|
2ab38761d7
|
added docs
|
2023-09-24 13:01:23 +02:00 |
|
flynn
|
0a701ba7e9
|
fix spell
|
2023-09-23 17:50:02 +00:00 |
|
flynn
|
661ba85865
|
add more functions
|
2023-09-23 17:17:35 +00:00 |
|
flynn
|
c264bb5fad
|
fix
|
2023-09-23 04:11:20 +00:00 |
|
Robert Schulze
|
ec09fd124d
|
Merge pull request #54856 from slvrtrn/to-days-since-year-zero-datetime
`DateTime`/`DateTime64` support in `toDaysSinceYearZero()`
|
2023-09-22 20:39:54 +02:00 |
|
flynn
|
0ed66a6611
|
add doc
|
2023-09-22 17:48:17 +00:00 |
|
Robert Schulze
|
a7c4efb845
|
Simpler
|
2023-09-22 13:13:55 +00:00 |
|
Robert Schulze
|
be1e92a2ac
|
Merge pull request #54518 from rschu1ze/split-better
Provide fallback to Python/Spark-like splitting in splitBy*() functions
|
2023-09-22 12:07:45 +02:00 |
|
slvrtrn
|
a68fbe073b
|
Update toDaysSinceYearZero docs
|
2023-09-20 18:02:53 +02:00 |
|
Robert Schulze
|
774c4b52da
|
Rework
|
2023-09-19 12:20:53 +00:00 |
|
Robert Schulze
|
4ed5b903b4
|
Docs: remove anchor prefix
|
2023-09-18 18:35:59 +00:00 |
|
robot-ch-test-poll2
|
c3a5d7dbf0
|
Merge pull request #54758 from rschu1ze/docs-qc
Docs: Update query cache section on non-deterministic functions
|
2023-09-18 20:01:46 +02:00 |
|
Robert Schulze
|
6872e95fb2
|
Remove prefixes
|
2023-09-18 17:34:40 +00:00 |
|
Robert Schulze
|
3753a78d1b
|
Fix anchors
|
2023-09-18 17:24:49 +00:00 |
|
Robert Schulze
|
b14e00f966
|
Docs: Update query cache section on non-deterministic functions
Cf. https://github.com/ClickHouse/support-escalation/issues/963
|
2023-09-18 14:36:16 +00:00 |
|
Robert Schulze
|
2a5aa289e8
|
Implement true Python/Spark split behavior
|
2023-09-18 07:42:57 +00:00 |
|
Robert Schulze
|
b5b2cc511b
|
Pythonic vs Spark splitting
|
2023-09-18 07:42:52 +00:00 |
|
Robert Schulze
|
3935c2bfb2
|
Merge pull request #54509 from rschu1ze/yyyymmdd
Add YYYYMMDD[hhmmss]to[Date, Date32, DateTime, DateTime64]()
|
2023-09-15 15:47:34 +02:00 |
|
Robert Schulze
|
aff9dfa630
|
Minor docs fixes
|
2023-09-15 11:26:24 +00:00 |
|
Nikolay Degterinsky
|
140a466a1e
|
Merge pull request #54400 from evillique/adddate-function
Add `addDate` function for compatibility with MySQL
|
2023-09-13 18:59:26 +02:00 |
|
Nikolay Degterinsky
|
e648646598
|
Fixes
|
2023-09-12 23:11:58 +00:00 |
|
Nikolay Degterinsky
|
cf662712ea
|
Add new subDate function, apply review suggestions
|
2023-09-12 16:47:43 +00:00 |
|
Robert Schulze
|
49f29861a0
|
Merge pull request #54479 from rschu1ze/todayssinceyearzero
Add function toDaysSinceYearZero()
|
2023-09-11 17:05:28 +02:00 |
|
Robert Schulze
|
73ce1993fb
|
Continue #45070
|
2023-09-11 13:47:06 +00:00 |
|
Robert Schulze
|
2a8e2a0882
|
Docs: Mention behavior change of splitByChar() in v22.11, see #42673
|
2023-09-10 14:12:12 +00:00 |
|
Robert Schulze
|
caadfe393b
|
Fixes
|
2023-09-10 13:34:02 +00:00 |
|
Robert Schulze
|
1ce84774f0
|
Implement toDaysSinceYearZero() / to_days() (MySQL alias)
Fixes: #54277
|
2023-09-09 16:59:39 +00:00 |
|
Denny Crane
|
f5f741c118
|
Update type-conversion-functions.md
|
2023-09-08 16:15:33 -03:00 |
|
Denny Crane
|
24928217b9
|
Update date-time-functions.md
|
2023-09-08 16:14:00 -03:00 |
|
Denny Crane
|
3f58e2f134
|
Update date-time-functions.md
|
2023-09-08 16:10:16 -03:00 |
|
Denny Crane
|
a0ef063b2d
|
Update date-time-functions.md
|
2023-09-08 16:04:35 -03:00 |
|
Denny Crane
|
2d178e9bfd
|
Update type-conversion-functions.md
|
2023-09-08 15:58:24 -03:00 |
|
Leonardo Maciel
|
0b396ee7b4
|
Fixed detectLanguage mixed example
|
2023-09-07 22:27:22 -03:00 |
|
Nikolay Degterinsky
|
b06412ae60
|
Add addDate function for compatibility with MySQL
|
2023-09-07 11:15:49 +00:00 |
|
Robert Schulze
|
37cabaf993
|
Add docs, consolidate tests
|
2023-09-05 17:31:58 +00:00 |
|
Robert Schulze
|
2ca2bdd7c5
|
Merge pull request #53768 from ClickHouse/simplify-docs-date-units
Simply docs for possible values for date units
|
2023-09-04 09:11:19 +02:00 |
|
robot-clickhouse-ci-1
|
ec628ee697
|
Merge pull request #54097 from bharatnc/ncb/decode-html-component
add function decodeHTMLComponent
|
2023-09-04 05:00:52 +02:00 |
|
Han Fei
|
3f2848ea63
|
Merge pull request #53803 from ClickHouse/revert-53795-revert-53641-feat_53602
Revert "Revert "dateDiff: add support for plural units.""
|
2023-09-03 03:36:03 +02:00 |
|
Bharat Nallan Chakravarthy
|
7889626046
|
add docs
|
2023-08-30 21:42:51 -07:00 |
|
vdimir
|
50b8bbe0dc
|
Merge pull request #53557 from mkmkme/mkmkme/array-shift-rotate
Added functions `array{Rotate,Shift}{Left,Right}`
|
2023-08-25 13:24:31 +02:00 |
|
Han Fei
|
11262d0156
|
Revert "Revert "dateDiff: add support for plural units.""
|
2023-08-24 17:11:58 +02:00 |
|
Alexander Tokmakov
|
59efbe4163
|
Revert "dateDiff: add support for plural units."
|
2023-08-24 15:35:18 +03:00 |
|
Mikhail Koviazin
|
a5eb1aa22f
|
Added functions array{Rotate,Shift}{Left,Right}
Fixes #52755 and #52895
|
2023-08-24 09:16:39 +00:00 |
|
Justin de Guzman
|
af43e95f8d
|
Update date-time-functions doc
|
2023-08-23 17:42:55 -07:00 |
|