|
|
bcfaaf5595
|
executor: implement meldata for rank funcs to track memUsage (#19766)
|
2020-09-07 11:09:06 +08:00 |
|
|
|
f3c8b008df
|
executor: accelerate TestMemCount (#19581)
* test
* executor: accelerate TestMemCount
* refine
* fix ci
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-08-29 21:03:21 +08:00 |
|
|
|
b4f0854d19
|
executor: implement memDelta for avg funcs to track memUsage (#18901)
|
2020-08-28 14:01:41 +08:00 |
|
|
|
b178de06ad
|
executor: Trace the memory usage of AggFunc in HashAggExec (#18257)
|
2020-07-06 20:48:41 +08:00 |
|
|
|
978370f7cb
|
executor: add new agg function APPROX_COUNT_DISTINCT (#17175)
|
2020-06-18 22:00:14 +08:00 |
|
|
|
a1763c1b6e
|
executor: fix memory corrupt in COUNT/JSON_OBJECTAGG/GROUP_CONCAT (#17106)
|
2020-05-13 16:58:20 +08:00 |
|
|
|
7ebcc20398
|
executor: support GROUP_CONCAT(ORDER BY) (#16591)
|
2020-05-06 18:41:22 +08:00 |
|
|
|
5192c26150
|
executor: optimize count distinct with single column (#15323)
|
2020-03-31 15:04:12 +08:00 |
|
|
|
0ddfe0716f
|
*: fix datum's collation behavior to build correct logical ranges (#14963)
|
2020-03-05 22:34:46 +08:00 |
|
|
|
ebc6a2d39d
|
*: add builtin aggregate function json_objectagg (#11154)
|
2020-02-04 21:41:55 +08:00 |
|
|
|
9bf17e6c9e
|
executor: fix wrong behavior when ENUM column meet Aggregati… (#14035)
|
2020-01-07 11:26:26 +08:00 |
|
|
|
c59028a2b5
|
*: let baseFuncDesc.typeInfer return error instead of panic (#10910)
|
2019-06-24 13:09:14 +08:00 |
|
|
|
13290a239a
|
executor/aggfuncs: add test for window functions (#10131)
|
2019-04-18 12:34:43 +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 |
|
|
|
5c65128632
|
ddl: make the leak test stable (#9139)
|
2019-01-23 13:01:55 +08:00 |
|
|
|
98b96cc769
|
executor: speedup unit tests by spliting them into separate suites (#8618)
|
2018-12-24 21:37:12 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
f98ef22ded
|
expression, executor: add a new interface MergePartialResult for the new aggregation framework (#7281)
|
2018-08-13 14:54:06 +08:00 |
|