|
|
6517f3b315
|
planner,expression,util: scatter hotspot index in certain scenes by expression index (#30659)
close pingcap/tidb#31040
|
2022-02-18 16:47:40 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
128b61c7cd
|
expression: migrate test-infra to testify for expression/column_test.… (#29198)
|
2021-10-28 20:46:49 +08:00 |
|
|
|
a16737e2ba
|
expression: migrate test-infra to testify for expression/scalar_function_test.go (#29176)
|
2021-10-28 19:34:48 +08:00 |
|
|
|
1517977f56
|
expression: delete unused function newBuffer in expression/builtin_vectorized.go (#28952)
|
2021-10-19 21:10:43 +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 |
|
|
|
0feafcf11c
|
expression: check ParamMarker in ConstItem when plan cache is enabled (#14200)
|
2020-01-06 20:54:39 +08:00 |
|
|
|
438d39ebcd
|
*: revert #10124 and remove sql mode PadCharToFullLength (#14007)
|
2019-12-17 15:25:06 +08:00 |
|
|
|
e1517fb1d8
|
expression: fix panic while call Column.VecEvalInt (#13401)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-11-12 20:55:29 +08:00 |
|
|
|
f1f80b48c6
|
expression: fix VecEvalString PadCharToFullLength (#12922)
|
2019-10-29 17:00:22 +08:00 |
|
|
|
36f0f37b40
|
expression, planner: remove some fields from `expression.Colum… (#12573)
|
2019-10-29 15:48:26 +08:00 |
|
|
|
5d5497bfeb
|
expression: speed up unit tests under the expression package (#12887)
|
2019-10-23 03:56:31 -05:00 |
|
|
|
e2b1f7eff8
|
expression: change the String() method of expression.Column (#12089)
|
2019-09-16 14:30:22 +08:00 |
|
|
|
e0b8267d95
|
planner: use *expression.Column instead of *IndexColumn (#11894)
|
2019-09-05 15:24:33 +08:00 |
|
|
|
c59933323a
|
expression: fix constItem() and column-pruning in order by clause (#11839)
|
2019-08-28 16:59:35 +08:00 |
|
|
|
6f76bbe1f7
|
Introduce individual vectorized evaluation methods for each type. (#11815)
|
2019-08-22 10:51:25 +08:00 |
|
|
|
e19ef45e3e
|
expression: make Column support hybrid types when vectorized evaluation (#11803)
|
2019-08-21 15:00:28 +08:00 |
|
|
|
0972a6f012
|
planner: keep unfoldable exprs when pruning columns for ORDER BY items (#10064)
|
2019-04-15 16:02:27 +08:00 |
|
|
|
9d25a85bda
|
expression: support ConstItem() for expression (#10004)
|
2019-04-15 13:07:23 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
87c54b2610
|
plan, statistics: maintain HistColl in DataSource's StatsInfo (#7385)
|
2018-08-31 01:14:43 +08:00 |
|
|
|
44a2ad7f0f
|
expression, plan: rename Column.Position to Column.UniqueID (#7218)
|
2018-08-01 15:44:21 +08:00 |
|
|
|
f4f1692fd1
|
*: remove FromID from expression.Column (#7157)
|
2018-07-30 11:06:02 +08:00 |
|
|
|
06021c7cfe
|
remove types.Row interface (#7170)
|
2018-07-27 13:45:03 +08:00 |
|
|
|
c16855d3ec
|
expression: avoid using datum in HashCode(). (#5911)
|
2018-02-27 18:58:45 +08:00 |
|
|
|
cd63332ebf
|
expression, plan: extract the same part from DNF's leaves. (#5831)
|
2018-02-26 16:03:05 +08:00 |
|
|
|
12c87929b8
|
*:fix some golint && ineffassign && misspell to improve GoReport Result (#5867)
|
2018-02-23 19:31:05 +08:00 |
|
|
|
fc6376981d
|
*: remove GetSessionVars() in expression evaluation (#5683)
|
2018-01-22 11:04:32 +08:00 |
|
|
|
3ce567630b
|
executor: store column's fieldType in executor (#5619)
|
2018-01-12 16:57:31 +08:00 |
|
|
|
32dd95be51
|
plan: no need to double read in some case. (#5079)
|
2017-11-13 14:46:21 +08:00 |
|
|
|
62433663e5
|
util/types: change types path (#5007)
* util/types: change types path
|
2017-11-04 10:37:14 -05:00 |
|
|
|
4e580249db
|
expression: rewrite "HashCode()" for "Column" (#4457)
|
2017-09-07 10:01:05 +08:00 |
|
|
|
ffa8405879
|
plan: let "allocID()" return int to make performance happy (#4441)
|
2017-09-06 17:19:08 +08:00 |
|
|
|
6a1df12321
|
expression: improve unit test coverage for column.go to 94.9% (#3822)
|
2017-07-20 18:23:48 +08:00 |
|