Commit Graph

1797 Commits

Author SHA1 Message Date
0c92ed8997 implement vectorized evaluation for builtinCharSig (#14039) 2019-12-17 19:43:16 +08:00
438d39ebcd *: revert #10124 and remove sql mode PadCharToFullLength (#14007) 2019-12-17 15:25:06 +08:00
cc635dbc90 expression: enable round(real, int, dec) functions (#14028) 2019-12-17 10:47:26 +08:00
ef56f3ece4 expression: implement vectorized evaluation for builtinBenchmarkSig (#13643) 2019-12-16 17:01:43 +08:00
f07ad16883 expression: fix builtin function ord (#13994) 2019-12-15 18:10:43 +08:00
441028887a expression: remove useless true statement (#14059) 2019-12-14 11:37:43 +08:00
d744bc41d8 expression: implement vectorized evaluation for builtinBitCountSig (#13267) 2019-12-12 16:51:28 +08:00
641963e564 expression: implement vectorized evaluation for builtinUnixTimestampDecSig (#13507) 2019-12-11 13:09:28 +08:00
0255f6a5ad expression: fix a bug in builtinHourSig vec-function (#13949) 2019-12-10 16:38:25 +08:00
206cdbedfc types: fix insert error when convert string to float (#13716) 2019-12-10 16:03:25 +08:00
18d7d55b9d expression: implement vectorized evaluation for builtinArithmeticIntDivideDecimalSig (#13602) 2019-12-09 21:14:18 -06:00
bb51ebafad expression: rename RandWithSeed to RandWithSeedFirstGen (#14001)
Signed-off-by: andylokandy <andylokandy@hotmail.com>
2019-12-10 11:06:26 +08:00
78269d1bdd expression: rename some string expression functions (#13971) 2019-12-09 23:27:25 +08:00
d7206fb43b expression: use new metadata instead of implicit_args (#13962) 2019-12-09 13:51:40 +08:00
2b93239c66 expression: implement vectorized evaluation for builtinConcatWSSig (#13331) 2019-12-07 00:01:35 -06:00
0a22034420 executor: add SHOW BUILTINS command (#12941) 2019-12-06 14:13:00 +08:00
67b40720cd expression: implement vectorized evaluation for builtinTimeLiteralSig (#13816) 2019-12-06 14:05:19 +08:00
a232ce3d40 fix document url (#13939) 2019-12-06 12:40:54 +08:00
318c6bb735 expression: implement vectorized evaluation for builtinTimeLiteralSig (#13912) 2019-12-06 12:15:18 +08:00
cdadc9814c expression: use generator to implement vectorized evaluation for builtinAddDate*Sig and builtinSubDate*Sig (#13705) 2019-12-06 12:09:19 +08:00
73d951d696 expression: fix compatibility issue related to ADDDATE (#13827)
* Fix issue #13822
2019-12-05 20:04:45 +08:00
e6b03f3e0b expression: remove test case of vectorized TimestampAdd (#13916) 2019-12-05 14:06:10 +08:00
7de620055d expression: support expression reverse evaluation framework (#13738) 2019-12-05 11:50:09 +08:00
6b6a6982b4 expression: refactor JSON_QUOTE / JSON_UNQUOTE (#13688) 2019-12-05 11:23:31 +08:00
9d582b6066 expression: fixed json type for truncate (#13064) 2019-12-04 19:28:12 +08:00
bb02b7036f expression: implement vectorized evaluation for builtinFoundRowsSig (#13888) 2019-12-04 17:29:10 +08:00
d2f23cd4a6 expression: implement vectorized evaluation for builtinLocateBinary3ArgsSig (#13809) 2019-12-04 03:12:11 -06:00
a1daf6a8f8 expression: implement vectorized evaluation for builtinCastDurationAsDecimalSig (#13864) 2019-12-04 14:12:40 +08:00
d2ded05cb1 expression: implement vectorized evaluation for builtinReleaseLockSig (#13882) 2019-12-03 23:49:56 -06:00
5b6422df58 *: support read remote TiDB memory table of cluster (#13065) 2019-12-04 13:05:36 +08:00
64333abaee expression: implement vectorized evaluation for builtinLockSig (#13880) 2019-12-03 23:49:09 +08:00
c5e1302908 planner: support plan digest (#13124) 2019-12-03 21:08:55 +08:00
744c5c1d67 planner, executor: fix error code (#13733) 2019-12-03 13:14:49 +08:00
997233f5f8 expression: implement vectorized evaluation for builtinTimeSig (#13814) 2019-12-02 15:59:28 +08:00
ffcc0fb234 expression: implement vectorized evaluation for builtinCastRealAsDurationSig (#13787) 2019-12-02 01:47:27 -06:00
4da9239439 expression: implement vectorized evaluation for builtinCastStringAsDecimalSig (#13778) 2019-12-01 22:41:46 -06:00
5d186eac4b expression: implement vectorized evaluation for builtinLeastTimeSig (#13781) 2019-12-02 11:46:31 +08:00
6358a633dc expression: implement vectorized evaluation for builtinCastDecimalAsDurationSig (#13790) 2019-11-29 15:28:51 +08:00
1c65ab936f expression: implement vectorized evaluation for builtinStrToDateDurationSig (#13505) 2019-11-28 06:12:27 -06:00
e979cff6bb planner: add column mapping in explain result (#13640) 2019-11-27 16:39:19 +08:00
f996816eb7 expression : fix function 'binSearch' in builtinIntervalRealSig not return error (#12957) 2019-11-27 13:59:56 +08:00
0fcf1df772 expression:implement vectorized evaluation for builtinConvertSig (#13537) 2019-11-27 13:10:43 +08:00
eae41adc0c expression: implement vectorized evaluation for builtinAesDecryptIVSig (#13557) 2019-11-26 23:48:13 +08:00
a1dc0477a5 types: add error code for package types (#13300) 2019-11-26 19:45:14 +08:00
6a17f90205 expression: fix the corner case of CAST int as unsigned real/decimal (#13637) 2019-11-26 18:01:07 +08:00
445e30204a expression: implement vectorized evaluation for builtinJSONArrayInsertSig (#13667) 2019-11-26 16:32:15 +08:00
9810b2d078 expression: implement vectorized evaluation for builtinDateDiffSig (#13595) 2019-11-26 16:05:13 +08:00
33b971021c expression: implement vectorized evaluation for builtinCastStringAsIntSig (#13617) 2019-11-26 15:52:13 +08:00
2418958354 expression: enable 19 functions push down (#13683) 2019-11-22 15:56:07 +08:00
1773338c54 expression: implement vectorized evaluation for builtinSubTimeStringNullSig (#13662) 2019-11-22 13:39:15 +08:00