|
|
b74c13a898
|
*: run go fmt in go1.17 (#28784)
|
2021-11-05 12:33:03 +08:00 |
|
|
|
5bb63bd8fc
|
expression: migrate generated tests to testify (#29083)
|
2021-10-26 19:14:48 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
4325eebcf4
|
expression: optimize localSliceBuffer to be lock-free (#26078)
|
2021-07-16 13:13:33 +08:00 |
|
|
|
ea1a1e79c5
|
expression: fix IN expr critical bug (#25653)
|
2021-06-22 17:13:23 +08:00 |
|
|
|
39bd181213
|
*: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527)
|
2021-05-25 12:07:34 +08:00 |
|
|
|
029eef87ed
|
planner, expression: fix error when using IN combined with subquery (#22080)
|
2021-01-05 16:30:33 +08:00 |
|
|
|
c138941231
|
expression: handle invalid argument for addtime and subtime function (#21600)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2020-12-10 14:34:52 +08:00 |
|
|
|
35eec1b062
|
expression: fix the in function get the wrong result if args is time type (#21293)
|
2020-12-01 12:14:17 +08:00 |
|
|
|
7948c125ac
|
expression: Short cut expr vec bug (#19775)
|
2020-09-18 12:19:52 +08:00 |
|
|
|
d8b3d329cd
|
expression: fallback vectorized control expressions (#19367)
* fallback vectorized branch statements
* update test
* add notes
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-09-03 11:15:23 +08:00 |
|
|
|
4170007fb6
|
*: remove mysql.TypeDecimal (#18787)
|
2020-07-29 15:26:22 +08:00 |
|
|
|
eafa1229ab
|
expression: fix wrong result for field function (#15511)
|
2020-06-01 17:00:19 +08:00 |
|
|
|
db789d7630
|
expression: fix the behavior when in func meet collation (#15609)
|
2020-03-26 22:52:24 +08:00 |
|
|
|
1771fff928
|
expression: make field and findInSet support collation (#15100)
|
2020-03-04 18:12:53 +08:00 |
|
|
|
1a92dc07df
|
collation: fix wrong collation information used in expression calculation (#15006)
|
2020-03-02 17:30:04 +08:00 |
|
|
|
f2fa5c5fd5
|
expression: consider collations when comparing strings (#14913)
|
2020-02-25 15:06:37 +08:00 |
|
|
|
87bbe7dcbe
|
types: Fix duration parser (#14588)
Signed-off-by: Iosmanthus Teng <myosmanthustree@gmail.com>
|
2020-02-07 14:30:44 +08:00 |
|
|
|
c46044f026
|
expression: optimize function IN using hashmap (#13594)
|
2020-01-31 19:58:53 +08:00 |
|
|
|
a7076a5263
|
expression: optimize unit test (#14503)
|
2020-01-17 17:53:59 +08:00 |
|
|
|
d006443194
|
type: encapsulate Time API (#14288)
|
2019-12-31 12:41:09 +08:00 |
|
|
|
1399e55df7
|
expression: fix invalid compare-operations in vectorized builtinInDecimalSig (#14156)
|
2019-12-20 01:46:27 -06:00 |
|
|
|
ad1a15de7b
|
expression: implement vectorized evaluation for SubXXXAndYYY (#13691)
|
2019-12-18 06:12:55 -06:00 |
|
|
|
cdadc9814c
|
expression: use generator to implement vectorized evaluation for builtinAddDate*Sig and builtinSubDate*Sig (#13705)
|
2019-12-06 12:09:19 +08:00 |
|
|
|
f73cd98cce
|
expression: add an argument EvalType to method Column.Reset to make it safer (#13488)
|
2019-11-18 12:36:53 +08:00 |
|
|
|
9a6d663bae
|
expression: implement vectorized evaluation for builtin*TimeDiffSig (#13066)
|
2019-11-14 10:32:07 +08:00 |
|
|
|
05298ed6a5
|
expression: implement vectorized evaluation for builtin field(Real/Int/String) (#13171)
|
2019-11-12 18:57:36 +08:00 |
|
|
|
77fd959511
|
expression: delete blank line of the builtin_control_vec_generated.go (#13080)
|
2019-11-06 13:46:39 +08:00 |
|
|
|
a28fc711d7
|
expression: implement vectorized evaluation for builtinIn*Sig (#13090)
|
2019-11-05 20:55:47 -06:00 |
|
|
|
9ada79acb6
|
expression: implement vectorized evaluation for builtinCoalesceXXSig (#13015)
|
2019-11-05 12:03:21 +08:00 |
|
|
|
9591a48802
|
expression: delete blank line of the builtin_compare_vec_generated.go (#13079)
|
2019-11-04 11:41:03 +08:00 |
|
|
|
875873b7ca
|
expression: implement vectorized evaluation using go generate for builtin compare (LT/LE/GT/GE/EQ/NE/NullEQ)(Real/Decimal/String/Datetime/Duration/Json) (#12875)
|
2019-10-29 19:27:17 +08:00 |
|
|
|
f2179bf9e4
|
expression: implement vectorized evaluation using go generate for if/ifnull/casewhen (#12655)
|
2019-10-16 21:02:21 +08:00 |
|
|
|
35e308f561
|
expression: go generate vectorized addtime functions (#12224)
|
2019-09-26 16:30:01 +08:00 |
|
|
|
ea963cb3c0
|
expression: support customizing FieldTypes of arguments for benchmark framework (#12291)
|
2019-09-23 12:14:15 +08:00 |
|
|
|
98b3aeb274
|
executor: go generate builtin_control_vec.go (#12140)
|
2019-09-12 15:21:46 +08:00 |
|