|
|
6efbd17b03
|
expression: fix "values" function in non-insert statement (#8019)
|
2018-11-05 11:51:11 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
06021c7cfe
|
remove types.Row interface (#7170)
|
2018-07-27 13:45:03 +08:00 |
|
|
|
3299f860ff
|
*: use chunk.Row instead of types.DatumRow in test files (#7139)
|
2018-07-24 21:45:33 +08:00 |
|
|
|
970e5b5684
|
*: replace JSON with BinaryJSON (#5460)
|
2017-12-21 15:20:17 +08:00 |
|
|
|
8b15cb52b7
|
*: move StatementContext to its own package. (#5177)
|
2017-11-22 00:11:14 +08:00 |
|
|
|
1aa2a69f92
|
expression: remove type assertion on types.DatumRow. (#5005)
|
2017-11-07 14:17:53 +08:00 |
|
|
|
55529a5d26
|
expression: make in more powerful. (#4969)
|
2017-11-06 15:36:53 +08:00 |
|
|
|
62433663e5
|
util/types: change types path (#5007)
* util/types: change types path
|
2017-11-04 10:37:14 -05:00 |
|
|
|
c4f29301eb
|
expression: rewrite in behavior. (#4813)
|
2017-10-28 14:36:21 +08:00 |
|
|
|
ed7f68ca9b
|
*: Add Row interface (#4859)
|
2017-10-23 11:36:28 +08:00 |
|
|
|
64bc8cb6cb
|
expression: remove "self" field in "baseBuiltinFunc" completely (#4766)
* expression: remove "self" field in "baseBuiltinFunc" completely
* address comment
|
2017-10-13 04:55:25 -05:00 |
|
|
|
60626912a7
|
expression, plan: remove "foldable" from "baseBuiltinFunc" (#4759)
|
2017-10-12 04:03:54 -05:00 |
|
|
|
3f4bdf6150
|
expression: rewrite unit test for Minus and Plus (#4691)
* expression: rewrite unit test for Minus and Plus
* move code
|
2017-09-30 11:47:26 +08:00 |
|
|
|
6f84392d40
|
*: optimize SortExec (#4622)
* *: change key of orderByRow from "key []types.Datum" to "key []*types.Datum"
* address comment
|
2017-09-25 19:50:26 +08:00 |
|
|
|
296f09438d
|
expression: rewrite builtin func values (#4491)
|
2017-09-12 11:13:49 +08:00 |
|
|
|
4295780cae
|
*: rewrite builtin function ROW && remove Datum.KindRow (#4480)
|
2017-09-11 23:57:21 +08:00 |
|
|
|
0fd962f297
|
expression, plan: rewrite builtin funcs setvar, getvar (#4479)
|
2017-09-11 16:18:33 +08:00 |
|
|
|
55bbc41069
|
expression: adjust getFunction context.Context param position (#4400)
|
2017-09-01 16:03:19 +08:00 |
|
|
|
f0aad43fec
|
expression: change isDeterministic to canBeFolded (#4393)
|
2017-08-31 20:35:13 +08:00 |
|
|
|
f18f4b40b2
|
expression: rewrite builtin function: BIT_COUNT (#4332)
|
2017-08-28 15:16:14 +08:00 |
|
|
|
b23901b187
|
*: rewrite function IN to DNF (#4174)
|
2017-08-15 14:28:43 +08:00 |
|
|
|
edb9110a7c
|
*: CoerceDatum should deal with truncate error internally (#3799)
|
2017-07-20 16:46:06 +08:00 |
|
|
|
6d6bc24f90
|
expression: add unit test for builtin_other.go (#3741)
|
2017-07-13 22:51:01 +08:00 |
|
|
|
3b82630ff4
|
builtin bit_count (#3087)
|
2017-04-23 21:05:22 +08:00 |
|