homework-jianmu/source
sima a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
..
client Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin 2024-08-14 08:50:11 +08:00
common Merge pull request #27155 from taosdata/enh/TD-31375-3.0 2024-08-13 18:31:35 +08:00
dnode feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
libs feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
os Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin 2024-08-14 08:50:11 +08:00
util feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
CMakeLists.txt