Haojun Liao
|
09fc0b791d
|
refactor: do some internal refactor.
|
2022-04-26 20:26:32 +08:00 |
Hongze Cheng
|
15127f3a97
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge
|
2022-04-26 09:19:30 +00:00 |
Hongze Cheng
|
1c968f0bb0
|
make mrege compilable
|
2022-04-26 05:53:18 +00:00 |
Haojun Liao
|
13feb7dad9
|
refactor(query): do some internal refactor.
|
2022-04-26 13:53:11 +08:00 |
Hongze Cheng
|
6fe299cdcd
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge
|
2022-04-26 05:49:42 +00:00 |
Haojun Liao
|
9b40ec72d6
|
fix(query): handle the optimized order by in tablescan operator.
|
2022-04-26 13:09:29 +08:00 |
Haojun Liao
|
57b492624b
|
refactor(query): do some internal refactor.
|
2022-04-25 16:44:48 +08:00 |
Haojun Liao
|
199a3610f7
|
fix: fix some syntax errors.
|
2022-04-25 09:44:39 +08:00 |
Hongze Cheng
|
588fd84853
|
refact meta
|
2022-04-24 06:19:12 +00:00 |
Haojun Liao
|
e28b75b8d4
|
refactor(query): do some internal refactor.
|
2022-04-22 15:07:20 +08:00 |
Haojun Liao
|
e14142d114
|
refactor(query): do some internal refactor.
|
2022-04-21 13:57:32 +08:00 |
Haojun Liao
|
46a3a58fac
|
refactor:do some internal refactor.
|
2022-04-20 20:41:53 +08:00 |
Haojun Liao
|
343988beeb
|
refactor: do some internal refactor.
|
2022-04-20 14:59:06 +08:00 |
Haojun Liao
|
f25a72e5c3
|
fix(query): fix the crash caused by the complex having clause in which an scalar function is nested with an aggregate function in group by query.
|
2022-04-19 18:45:28 +08:00 |
Haojun Liao
|
2305b05869
|
refactor(query): do some internal refactor for executor.
|
2022-04-19 10:12:30 +08:00 |
Haojun Liao
|
9864e367bb
|
refactor(query): do some internal refactor in executor.
|
2022-04-18 18:47:59 +08:00 |
Haojun Liao
|
781fbce942
|
fix(query): fix bug caused by new completed query function.
|
2022-04-18 12:07:04 +08:00 |
Haojun Liao
|
7429f37c0c
|
fix(query): fix bug in calculating the aggregate function with constant numeric value as input parameter.
|
2022-04-18 10:46:07 +08:00 |
Haojun Liao
|
f0463a6a58
|
test: temporarily disable some invalid cases.
|
2022-04-16 22:50:08 +08:00 |
Haojun Liao
|
902fcb0c0b
|
refactor(query): refactor code.
|
2022-04-16 19:10:21 +08:00 |
Haojun Liao
|
be4d72bf80
|
refactor(query): refactor executor module to optimization the block load filter routine.
|
2022-04-16 15:15:28 +08:00 |
Haojun Liao
|
fd9e520865
|
other: merge 3.0 branch to resolve conflict.
|
2022-04-16 10:07:28 +08:00 |
Haojun Liao
|
597cba3aff
|
fix(query): enable to employ the scalar function as the parameter of the aggregate function.
|
2022-04-16 10:00:25 +08:00 |
Haojun Liao
|
e6a4af8ed8
|
refactor(query): refactor the executor module of query.
|
2022-04-15 23:02:26 +08:00 |
Yihao Deng
|
4b729ada42
|
Merge branch '3.0' into feature/tag_filter_oper
|
2022-04-15 21:42:46 +08:00 |
Haojun Liao
|
774e4ad62c
|
enh(query): add more load conditions check before load data block from file.
|
2022-04-15 20:06:27 +08:00 |
Haojun Liao
|
5029cd67b2
|
ehn(query): add the file data block load optimization check.
|
2022-04-15 18:06:49 +08:00 |
yihaoDeng
|
46ec8300d9
|
enh: add tag filter operator
|
2022-04-14 22:32:49 +08:00 |
Haojun Liao
|
c490820b09
|
feat(query): add the merge join operator for child table inner join.
|
2022-04-14 22:12:10 +08:00 |
Haojun Liao
|
928a977354
|
ehn(query): enhance the api of ssdatablock to support copy data while clone a new ssdatablock.
|
2022-04-14 15:33:37 +08:00 |
Haojun Liao
|
0252fa49db
|
ehn(query): remove some redundant codes in executor.
|
2022-04-14 14:39:28 +08:00 |
Haojun Liao
|
33e51fda3e
|
ehn(query): refactor the executor module.
|
2022-04-14 14:34:02 +08:00 |
Haojun Liao
|
bcbc8618d2
|
ehn(query): refactor show module in mnode.
|
2022-04-13 19:27:47 +08:00 |
Haojun Liao
|
b9bf2515f5
|
fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
|
2022-04-12 17:55:17 +08:00 |
WANG MINGMING
|
bc9157a6a2
|
Merge pull request #11387 from taosdata/feature/TD-14222-new
refactor: add encode/decode logic for operator result info
|
2022-04-11 18:17:32 +08:00 |
wangmm0220
|
4961b6ab8e
|
feat: optimize encode/decode resultRow
|
2022-04-11 17:08:13 +08:00 |
Haojun Liao
|
b223010bdd
|
fix[query]:fix memory invalid write in group by nchar data.
|
2022-04-11 14:54:16 +08:00 |
Haojun Liao
|
ca5d5ca7bb
|
test[query]:update the script.
|
2022-04-11 10:44:37 +08:00 |
Haojun Liao
|
1df069814a
|
feat[query]:add time slice operator.
|
2022-04-10 15:35:09 +08:00 |
Haojun Liao
|
bece2cbd35
|
<feat>[query]: add the state window operator implementation.
|
2022-04-09 15:01:28 +08:00 |
Haojun Liao
|
1d51e42b0e
|
<fix>[query]:fix some syntax errors.
|
2022-04-09 13:10:55 +08:00 |
wangmm0220
|
388ab2f50d
|
<fix>:fix compile error
|
2022-04-09 10:31:15 +08:00 |
WANG MINGMING
|
41392e9e4a
|
Merge branch '3.0' into feature/TD-14422
|
2022-04-09 10:18:52 +08:00 |
Haojun Liao
|
cf9e0be1c9
|
[td-14493] support slimit/soffset
|
2022-04-08 17:37:57 +08:00 |
Haojun Liao
|
e77ecba753
|
[td-14493] fix bug in partition by.
|
2022-04-08 15:31:03 +08:00 |
wangmm0220
|
1f8d2ea446
|
<fix>: fix index map error from table scan to sort output
|
2022-04-08 14:17:32 +08:00 |
Haojun Liao
|
f700e4746c
|
[td-14393] fix bug.
|
2022-04-08 13:09:44 +08:00 |
Haojun Liao
|
b984e12e4c
|
[td-14493] support partition by
|
2022-04-08 10:24:35 +08:00 |
Haojun Liao
|
945de54b68
|
[td-14493] add new api.
|
2022-04-07 14:51:52 +08:00 |
Haojun Liao
|
c84afedce0
|
[td-14493] refactor.
|
2022-04-07 13:57:47 +08:00 |