fae3eff2e6
[Bug] Fix the bug of cast string to datetime return not null ( #6228 )
2021-07-17 10:55:08 +08:00
d33a6d1b98
[Function] Support date function: yearweek(), week(), makedate(). ( #6000 )
2021-06-10 17:38:25 +08:00
6fedf5881b
[CodeFormat] Clang-format cpp sources ( #4965 )
...
Clang-format all c++ source files.
2020-11-28 18:36:49 +08:00
bfdb15c730
[Bug] Fix some date functions to make their result same as MySQL ( #4786 )
...
dayofweek, dayofmonth, dayofyear, weekofyear, timediff
Also fix ut compilation problem
2020-10-27 12:52:44 +08:00
f3cdf167d1
[Feature] Add time_round builtin functions ( #4640 )
...
#4619
Add time_round functions that provides `time_floor` & `time_ceil` at each time unit.
Fix two related bugs.
- #4618
- Fix `struct TimeInterval` to use `int64_t` instead of `int32_t`, in case when the second diff overflow
2020-10-09 16:05:51 +08:00
1bfb105ec1
[Bug] Fix bug that routine load task throw exception when calling afterVisible() ( #3979 )
2020-07-01 09:22:33 +08:00
b576e54fe6
[ASAN] Fix some address problems detected by ASAN ( #3495 )
...
LSAN detected errors have been fixed by a prior pathch (#3326 ), but
there are still some ASAN detected errors.
This patch try to fix these errors to make Doris BE more robustness.
And then we can add CI run in LSAN/ASAN mode to detect memory errors
as early as possible.
2020-05-11 10:30:45 +08:00
ad6698cd31
[Performance] Use Google/CCTZ to replace boost at timezone function ( #3300 )
...
NOTICE: the thirdparty dependency need to upgrade to add libcctz.
2020-04-23 09:26:04 +08:00
4a7a88ede1
[LSAN] Fix some memory leak detected by LSAN ( #3326 )
2020-04-22 22:59:44 +08:00
0ddca59d36
Add timestampadd/timestampdiff function ( #2725 )
2020-01-15 21:47:07 +08:00
199ff968dc
Fix time zone compatibility ( #1631 )
2019-08-13 18:44:35 +08:00
69af50aa8c
Time zone related BE function ( #1598 )
...
Details can be found in time-zone.md document
2019-08-12 20:57:59 +08:00
4aedaea84e
Support TIME type and timediff function ( #1505 )
2019-07-23 13:42:39 +08:00
adba5249c4
Add dayofweek function ( #1376 )
2019-06-25 21:37:42 +08:00