|
|
04c334ba56
|
executor: Improve max/min window function with deque-based sliding window (#22628)
|
2021-04-14 13:11:52 +08:00 |
|
|
|
ec788ac154
|
executor: reduce useless memory allocation in min/max aggregate (#22912)
|
2021-02-26 18:04:53 +08:00 |
|
|
|
1265a115f6
|
chunk: fix min/max for enum/set is incompatible with MySQL (#21566)
|
2020-12-21 17:07:00 +08:00 |
|
|
|
e608e4bca9
|
ddl: fix the enum's default value where create table (#20849)
|
2020-11-11 20:18:17 +08:00 |
|
|
|
52d3dae1d3
|
executor: support memory track for max/min
|
2020-09-10 17:47:20 +08:00 |
|
|
|
b6b9b8a6df
|
exector, planner: Improve the performance of the aggFuncMaxMin by using sliding window (#16819)
* temp
* temp
* unit test
* executor: Improve the performance of `aggFuncMin` by using sliding window
* executor: Improve the performance of `aggFuncMin` by using sliding window
* executor: Improve the performance of `aggFuncMin` by using sliding window
add ut
* fix: ResetPartialResult
* add maxMin4Time.Slide and maxMin4Duration.Slide
* add benchmark
* add var `dirty`
* add a comment
* fix Decimal
* newMyDecimalMaxMinQueue
* newMyDecimalMaxMinQueue
* newMyDecimalMaxMinQueue
* newMyDecimalMaxMinQueue
* newMyDecimalMaxMinQueue
* implementing the maxMinQueue using heap
* fix import check
* fix import check
* fix check
* remove PushMyDecimal
* refactor maxMinHeap
* 尝试优化heap
* 尝试优化heap
* fix benchmark
* fix:*
* solved pr comments
* solved pr comments
* fix
* fix
* fix
* 先回家
* maxMin4IntSliding
* fix import
* fix
* new builder
* fix ut
* fix
* fix
* fix ut
* fix ut
* fix fmt
* add benchmark
* fix
* fix
* lazyload
* lazyload
* fix frame
* fix check_dev
* add a unit test
* sliding aggFunc
* sliding aggFunc
* fix
* move ut
* fix dev_check
* fix dev_check
* resolved comments
* refactor ut
* refactor ut
* refactor ut
Co-authored-by: Yuanjia Zhang <zhangyuanjia@pingcap.com>
|
2020-09-09 14:31:41 +08:00 |
|
|
|
9047a9c881
|
executor: fix wrong behavior for max/min on ENUM/SET column (#19552)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: Yiding Cui <winoros@gmail.com>
|
2020-09-01 21:18:03 +08:00 |
|
|
|
0effd63b99
|
executor/aggfuncs: add test for aggregation functions (#10002)
|
2019-04-04 13:20:42 +08:00 |
|
|
|
366bc8dedf
|
executor/aggfuncs: add test for merge partial results (#9909)
|
2019-03-28 19:35:28 +08:00 |
|
|
|
ec833bc4d2
|
*: fix some lints produced by golangci-lint (#8999)
|
2019-01-16 16:44:49 +08:00 |
|
|
|
1cc9d4d53c
|
expression: split aggregation descriptor for reuse (#8559)
|
2018-12-04 16:22:15 +08:00 |
|
|
|
b4746797fc
|
*: clone AggDesc before modifying its Mode in AggDesc.Split (#8328)
|
2018-11-16 15:53:22 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
32aafa67c1
|
executor: add unit test for aggfuncs (#7966)
|
2018-10-23 16:53:18 +08:00 |
|
|
|
cde6a083d0
|
executor/aggfuncs: split unit tests to corresponding file (#7993)
|
2018-10-23 10:43:52 +08:00 |
|