Commit graph

119 commits

Author SHA1 Message Date
lyh250-666
116844208d enh:modify error code passing 2024-09-20 13:23:44 +08:00
lyh250-666
28d0dc8e5b modify error code pass in libs/catalog/, libs/function/ and libs/command/ 2024-09-02 22:59:49 +08:00
xsren
bc0ad2d461 fix: check blockEncode result 2024-08-23 15:51:18 +08:00
xsren
6e820d28ab unused code 2024-08-08 13:41:47 +08:00
xsren
5dbf50c555 fix: return code 2024-08-08 09:49:22 +08:00
xsren
bec6dfe16b return value 2024-08-07 16:51:39 +08:00
Haojun Liao
7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
wangjiaming0909
1994c3339b nodes add ret check 2024-07-26 17:55:48 +08:00
Shungang Li
f5f84c3cc6 feat: (errcode) ttime.c 2024-07-23 09:13:42 +08:00
xsren
e86189d9ea check serialize result 2024-07-22 09:36:59 +08:00
xsren
ebec7c928b array push 2024-07-22 09:36:59 +08:00
xsren
02ea558db8 enh: return value: command 2024-07-22 09:26:58 +08:00
Haojun Liao
7a90e68667 fix(query): fix bugs caused by refactor. 2024-05-19 13:55:46 +08:00
Haojun Liao
1e5098f676 fix(query): fix bugs caused by refactor. 2024-05-19 13:32:30 +08:00
Haojun Liao
6124666488 fix(query): fix bugs caused by refactor. 2024-05-18 18:40:49 +08:00
Haojun Liao
92b247e5b4 refactor: move compress data in query threads. 2024-05-16 15:55:48 +08:00
dapan1121
319ab5f2c2 enh: support hash join 2024-04-12 15:44:23 +08:00
dapan1121
86db8efcda enh: support hash join 2024-04-10 19:27:36 +08:00
dapan1121
74cef4ac6b fix: window join filter issue 2024-03-28 13:45:55 +08:00
dapan1121
e6caf6fd43 fix: binary copy and case issue 2024-03-22 11:02:21 +08:00
dapan1121
3835a5b349 fix: error log and union issue 2024-03-22 08:47:07 +08:00
dapan1121
98ed2458ea Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-02-20 17:39:51 -08:00
dapan1121
c4dbae3a5a enh: add window join ut 2024-02-20 17:13:29 -08:00
54liuyao
c9753ab9df explain count window 2024-02-07 08:55:18 +08:00
dapan1121
abdf6d337a enh: push down conditions 2023-11-29 20:06:30 +08:00
dapan1121
dd0ac98a5f fix: correct no data load 2023-11-09 19:25:44 +08:00
dapan1121
49ebb7145e enh: support split cache last and other functions 2023-11-08 18:42:41 +08:00
dapan1121
0ed4d1507f feat: support non_sort mode 2023-11-07 09:23:06 +08:00
wangjiaming0909
f2832b5aa7 feat: pipelined agg when partition by col slimit 2023-09-21 17:45:49 +08:00
dapan1121
143c657571 Merge remote-tracking branch 'origin/3.0' into feat/TD-24700 2023-08-16 14:50:31 +08:00
shenglian zhou
84e472ad03 enhance: tag cond col list only once and tag scan derive from scan 2023-08-15 16:10:54 +08:00
dapan1121
6ce28e8886 Merge remote-tracking branch 'origin/3.0' into feat/TD-24700 2023-08-14 10:49:56 +08:00
dapan1121
c9656d3f77 fix: fix memory issues 2023-08-11 17:39:41 +08:00
slzhou
cb9c6c1256 fix: compilation error 2023-08-03 21:47:33 +08:00
slzhou
2deeec93bf fix: explain with state window 2023-08-03 21:43:08 +08:00
dapan1121
8f39b9d2e4 enh: optimize query plan 2023-06-27 19:36:51 +08:00
wangjiaming0909
fb4f174fbc feature: add input, output ts order for execution plans 2023-06-16 10:26:09 +08:00
dapan1121
a1eefd25ea fix: count wrong group number issue 2023-05-09 11:33:47 +08:00
Xiaoyu Wang
1ab144609e merge main 2023-02-23 14:58:22 +08:00
Haojun Liao
8d187efc18 refactor:do some internal refactor. 2023-02-20 10:04:08 +08:00
Xiaoyu Wang
0b1bb7a1fb merge 3.0 2023-01-16 17:55:35 +08:00
Xiaoyu Wang
b8183580cb feat: add an event_window clause for the explain command 2023-01-11 09:22:31 +08:00
dapan1121
436bc5cbe8 enh: remove asserts 2022-12-30 15:35:03 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan
d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
dapan1121
f9f60a8f39
Merge pull request #18646 from taosdata/fix/TD-20684-3.0
feat(api): add new api int64_t taos_affected_rows64
2022-12-04 16:47:51 +08:00
Shengliang Guan
d9c261cd13 refact: remove some error codes 2022-12-03 10:17:02 +08:00
Alex Duan
213b97b79a feat(api): taos_affected_rows64 add and modfiy tmsg.h 2022-12-02 23:20:19 +08:00
Xiaoyu Wang
233377444c enh: ins_table count optimize 2022-12-01 17:57:53 +08:00
dapan1121
65adb259ff enh: support multiple groups in exchange operator 2022-11-28 18:44:59 +08:00