Commit Graph

21 Commits

Author SHA1 Message Date
7031e28ab1 Built-in Function: bin (#2924) 2017-03-29 09:07:12 +08:00
60ba388e0c *: check visibility for show databases and tables (#2934) 2017-03-28 11:28:50 +08:00
d1a8cd4da1 builtin: add insert built-in function (#2855) 2017-03-25 17:00:56 +08:00
2c3e731f81 builtin: add instr built-in function (#2857) 2017-03-22 14:21:25 +08:00
52100cb986 Add builtin function ord (#2881) 2017-03-20 14:15:15 +08:00
67e89f3dd4 builtin: add elt built-in function (#2870) 2017-03-20 12:26:12 +08:00
826ce6fb5d builtin: add oct built-in function (#2835) 2017-03-17 18:14:58 +08:00
901040ae5b builtin: add make_set built-in function (#2831) 2017-03-17 13:02:51 +08:00
6e27871b63 builtin: add lpad built-in function (#2838) 2017-03-16 11:21:45 +08:00
657a74fdf6 *: add parser and definition for all unsupported builtin funcs (part 6) (#2679) 2017-02-21 11:47:39 +08:00
7f8f16f27c *: add parser and definition for all unsupported builtin funcs (part 2) (#2655) 2017-02-17 10:58:33 +08:00
3f4c71bdbb *: add parser and definition for all unsupported builtin funcs (part 1) (#2649)
* *: add parser and definition for builtin funcs:
bin, elt, exportSet, format, fromBase64, insert, instr, loadFile, lpad
2017-02-16 11:37:42 +08:00
a534a50ff4 expression: refactor functions. (#2558) 2017-01-25 19:55:02 +08:00
67313335fa *: Support builtin function field (#2449) 2017-01-15 11:10:39 +08:00
19c87888b4 expression: add new funcs map. (#2433) 2017-01-10 19:21:10 +08:00
9c38f89241 expression: add functionClass and builtinFunc for str funcs. (#2399) 2017-01-05 17:02:12 +08:00
e3e7b624f2 expression,parser: add support for FIND_IN_SET function (#2373) 2017-01-05 10:58:58 +08:00
453a95ce8c *: merge packages of evaluator and expression. (#2322) 2016-12-26 12:35:29 +08:00
ffb8fddf87 expression: move builtin to builtin package, cannot run 2015-09-23 14:40:24 +08:00
0d46df9532 expression: rename package and remove import 2015-09-21 18:02:27 +08:00
6f531c4dab expression: move files in expressions to expression
No modification at all.
2015-09-21 17:42:09 +08:00