Commit Graph

19 Commits

Author SHA1 Message Date
fc209cb1df *: rewrite hex and bit literals (#4415) 2017-09-07 16:28:24 +08:00
3d8d1d6f45 *: refine tests. (#4016) 2017-08-04 00:15:20 +08:00
e008c6c36a expression: fix #3762, signed integer overflow handle in minus unary scalar function (#3780) 2017-07-26 11:44:00 +08:00
c902fa6661 *: move column, constant, like typeinfer to expression rewrite (#3667) 2017-07-10 19:15:24 +08:00
f4abbdbc5e expression, plan: move typeinfer of agg funcs to expression rewriter (#3654) 2017-07-10 16:24:25 +08:00
e773fa5b79 builtin: IsIPv4Compat function (#3538) 2017-06-26 10:38:55 +08:00
844f1c69b4 expression: add SubTime (#3464) 2017-06-16 23:31:38 +08:00
c030afc77a expression, plan: 1. fix arithmatic func type infer (#3436)
2. add typeinfer for evalAsExpr
2017-06-08 23:17:03 +08:00
5654dd9bd2 expression: FROM_UNIXTIME(12.1) + 1 return wrong field type (#3386) 2017-06-08 00:40:11 +08:00
791b4c273c expression: add buildin functions json_{set,insert,replace} and json_merge. (#3388) 2017-06-06 15:50:32 +08:00
e669009a27 expression: add builtinAddTimeSig (#3290) 2017-06-05 17:36:33 +08:00
e294500a17 expression:implement function password. (#3275) 2017-06-02 15:08:40 +08:00
6033cfccb7 expression: Implementation of INET6_NTOA (#3333) 2017-05-26 09:43:17 +08:00
06ec635583 expression, util: rewrite IsHybridType func (#3319)
rewrite IsHybridType func and move it from package util to expression
2017-05-24 22:06:51 +08:00
6962814a29 add json_type function and compare json with primitive types. (#3307) 2017-05-24 15:21:40 +08:00
3a522c7f94 expression: rewrite ConvertTz built-in functions (#3222) 2017-05-12 12:36:19 +08:00
76d6adb78d add builtin time period diff func (#3237) 2017-05-11 18:15:31 +08:00
bc2bba1130 add:impl builtin uncompress & uncompressedlength (#3136) 2017-05-11 17:10:16 +08:00
33c2262b9e *: assign RetType for Constant/Column (#3201) 2017-05-05 12:01:01 +08:00