Haojun Liao
|
d28afa2bd9
|
refactor: do some internal refactor.
|
2022-04-22 15:26:02 +08:00 |
wangmm0220
|
0fb41733ea
|
refactor: merge from 3.0
|
2022-04-20 17:08:52 +08:00 |
wangmm0220
|
2133a2de1d
|
refactor: add test casese for json compare logic
|
2022-04-19 20:30:06 +08:00 |
Haojun Liao
|
a036d2f3ff
|
fix(query): fix the bug caused by refactor in first/last function implementation.
|
2022-04-19 13:07:23 +08:00 |
Haojun Liao
|
5b835514ee
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-04-19 10:15:48 +08:00 |
Haojun Liao
|
9d1a9d9510
|
fix(query): avoid the output result overlap within the project operator buffer.
|
2022-04-18 19:27:41 +08:00 |
Ganlin Zhao
|
00ae854c78
|
fix(query): fix time function related bugs (#11604)
* fix(query): fix timediff args cannot be integer values
TD-14798
* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
TD-14802
TD-14803
* refactor(query): constant NULL value processing logic
TD-14802
TD-14803
* refactor(query): support timefunction arithmetic operation with boolean
constant
|
2022-04-18 19:20:08 +08:00 |
Haojun Liao
|
79596698ab
|
other: resolve conflict with 3.0 branch.
|
2022-04-14 16:51:46 +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 |
Ganlin Zhao
|
b355e2b3c8
|
feat(query): add today()/today() + duration in insert clause
TD-14243
|
2022-04-14 12:53:59 +08:00 |
Haojun Liao
|
20b36401ac
|
fix[query]:fix limit/offset bug.
|
2022-04-09 19:03:31 +08:00 |
Haojun Liao
|
6af7e1810f
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-09 11:56:45 +08:00 |
Haojun Liao
|
2523445452
|
<fix>[query]: refactor.
|
2022-04-09 11:55:59 +08:00 |
WANG MINGMING
|
41392e9e4a
|
Merge branch '3.0' into feature/TD-14422
|
2022-04-09 10:18:52 +08:00 |
Haojun Liao
|
fce5d48835
|
<fix>[query]: reset the null value bitmap before fetch next data block from tsdb. TD-14581.
|
2022-04-08 20:04:17 +08:00 |
wangmm0220
|
460d43f22c
|
<fix>: fix index map error from table scan to sort output
|
2022-04-08 16:53:09 +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
|
b984e12e4c
|
[td-14493] support partition by
|
2022-04-08 10:24:35 +08:00 |
wangmm0220
|
bb18e3c485
|
fix error in sort logic
|
2022-04-07 17:50:06 +08:00 |
wangmm0220
|
f72c983792
|
modify test case
|
2022-04-06 16:56:13 +08:00 |
wangmm0220
|
865a13c1c2
|
fix error in sort logic
|
2022-04-06 16:46:26 +08:00 |
wangmm0220
|
78acaed84e
|
fix error in sort logic
|
2022-04-06 15:44:14 +08:00 |
wangmm0220
|
ff21ecd364
|
optimize sort logic & fix memory leak
|
2022-04-06 11:43:17 +08:00 |
wangmm0220
|
411086c811
|
fix error in sort operation
|
2022-04-03 10:42:55 +08:00 |
wangmm0220
|
5aa3467e2b
|
merge from 3.0
|
2022-04-02 19:02:45 +08:00 |
wangmm0220
|
155b14388b
|
fix error in order by logic
|
2022-04-02 16:31:19 +08:00 |
wangmm0220
|
12c3a10a9b
|
fix error in order by logic & fix no return error
|
2022-04-02 14:29:43 +08:00 |
Haojun Liao
|
7b0dfc6c4e
|
[td-13039] support limit/offset
|
2022-04-01 17:21:24 +08:00 |
wangmm0220
|
69a5e55a24
|
[TD-14422]<fix> fix error in sort logic & add test case
|
2022-04-01 10:05:16 +08:00 |
Haojun Liao
|
39036ea512
|
[td-13039] support pseudo column in interval query.
|
2022-03-30 13:41:15 +08:00 |
Haojun Liao
|
4b041a8bd4
|
[td-13039] support order by.
|
2022-03-28 19:08:07 +08:00 |
Haojun Liao
|
b9c33dade2
|
[td-13039] merge 3.0.
|
2022-03-27 15:30:46 +08:00 |
Liu Jicong
|
25344869a9
|
merge from 3.0
|
2022-03-26 14:52:39 +08:00 |
Liu Jicong
|
564236f230
|
refactor stream
|
2022-03-26 14:50:26 +08:00 |
Haojun Liao
|
400989c040
|
[td-13039] refactor scalar function.
|
2022-03-26 13:43:02 +08:00 |
afwerar
|
222db126bc
|
[TD-13758]<fix>: redefine memory api.
|
2022-03-26 00:29:53 +08:00 |
Liu Jicong
|
59a4eec186
|
stream extract to module
|
2022-03-25 20:19:09 +08:00 |
Haojun Liao
|
33d5f1ac22
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-03-23 10:02:47 +08:00 |
Haojun Liao
|
d82e66b7c2
|
[td-13039] merge 3.0 and fix bug.
|
2022-03-22 23:29:38 +08:00 |
Liu Jicong
|
af67c49f0e
|
Merge branch '3.0' into feature/tq
|
2022-03-22 19:25:55 +08:00 |
Liu Jicong
|
d3104e78ec
|
stream task exec
|
2022-03-22 18:00:03 +08:00 |
Xiaoyu Wang
|
ef125eaa40
|
merge 3.0
|
2022-03-22 04:29:54 -04:00 |
Liu Jicong
|
b08c3120bf
|
fix memory error
|
2022-03-21 23:36:21 +08:00 |
Haojun Liao
|
4a60b0e308
|
Merge branch 'feature/db_ser' into feature/3.0_liaohj
|
2022-03-21 15:25:52 +08:00 |
Xiaoyu Wang
|
9ca80596e4
|
merge 3.0
|
2022-03-21 02:00:30 -04:00 |
Haojun Liao
|
3aab21c0fa
|
[td-13039] fix bug in show tables/stables.
|
2022-03-19 00:13:07 +08:00 |
Xiaoyu Wang
|
c2b4ec91ff
|
tmq plan implement
|
2022-03-18 05:44:08 -04:00 |
Haojun Liao
|
a77239c1ad
|
[td-13039] refactor.
|
2022-03-17 14:58:53 +08:00 |
Haojun Liao
|
554f12db50
|
[td-13039] fix bugs.
|
2022-03-17 13:42:49 +08:00 |