homework-jianmu/source/libs/parser/src
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
..
parAstCreater.c feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
parAstParser.c nodes add ret check 2024-07-26 17:55:48 +08:00
parAuthenticator.c nodes add ret check 2024-07-26 17:55:48 +08:00
parCalcConst.c add ret check for par dir 2024-07-26 17:55:48 +08:00
parInsertSml.c add ret check for par dir 2024-07-26 17:55:48 +08:00
parInsertSql.c fix parser/planner/nodes ret check ci 2024-07-26 17:57:29 +08:00
parInsertStmt.c Merge branch '3.0' into opti/TD-31097 2024-07-26 23:32:33 +08:00
parInsertUtil.c planner/nodes/parser ret check 2024-07-26 17:57:27 +08:00
parTokenizer.c feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
parTranslater.c Merge pull request #27171 from taosdata/fix/TD-31002-3.0 2024-08-13 18:29:47 +08:00
parUtil.c feat:[TS-5137] Support group/partition by position and alias. 2024-07-31 15:30:31 +08:00
parser.c planner/nodes/parser ret check 2024-07-26 17:57:27 +08:00
sql.c feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00