homework-jianmu/tests/script/tsim/scalar
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
..
caseWhen.sim fix(query): fix some errors. 2023-02-14 14:48:33 +08:00
filter.sim fix: fix filter group merge error 2022-08-29 15:44:10 +08:00
in.sim fix(query): fix test cases 2022-08-15 14:15:06 +08:00
scalar.sim fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00
tsConvert.sim feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00