Cary Xu
72e39b2bf5
adaption for update function
2022-04-11 17:05:24 +08:00
Haojun Liao
9d7d12b397
Merge pull request #11322 from taosdata/feature/3.0_liaohj
...
<fix>[query]: fix filter caused taosd crash.td-14566.
2022-04-09 22:52:32 +08:00
Cary Xu
7254263a29
use 1 bit in bitmap for super block
2022-04-09 18:21:03 +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
94e19cc32a
<fix>[query]: fix scalar function calculate bug in scalar module. td-14576
2022-04-09 10:10:56 +08:00
Haojun Liao
cd71bf4816
<fix>[query]: move the reset columnInfoData to the right place.
2022-04-08 23:48:01 +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
Hongze Cheng
94bcbf6bac
refact more
2022-04-08 06:41:42 +00:00
Hongze Cheng
6faaafb7a2
remove tsdb.h and meta.h
2022-04-08 06:09:15 +00:00
Haojun Liao
6863999ec5
[td-14493] support having in group by
2022-04-06 17:59:08 +08:00
Haojun Liao
29fd5ec11e
[td-14393] fix bug.
2022-04-02 15:42:45 +08:00
Haojun Liao
cf25aca809
[td-13039] refactor.
2022-04-02 15:08:48 +08:00
Haojun Liao
7b0dfc6c4e
[td-13039] support limit/offset
2022-04-01 17:21:24 +08:00
Liu Jicong
e21ba1637e
revert uid
2022-03-31 18:39:11 +08:00
afwerar
222db126bc
[TD-13758]<fix>: redefine memory api.
2022-03-26 00:29:53 +08:00
Haojun Liao
a2d7ce3045
[td-14246] fix bug.
2022-03-24 11:43:39 +08:00
Haojun Liao
311e65daa7
[td-13039] support add group by keys.
2022-03-23 22:53:49 +08:00
Haojun Liao
21aaecd016
[td-13039] fix null value retrieval.
2022-03-23 19:10:24 +08:00
Xiaoyu Wang
9ca80596e4
merge 3.0
2022-03-21 02:00:30 -04:00
afwerar
79057240bd
[TD-13759]<fix>: redefine thread api.
2022-03-20 00:47:45 +08:00
Haojun Liao
b0bc243413
[td-13039] fix bug in select *
2022-03-19 15:15:03 +08:00
afwerar
159c2671a2
[TD-13767]<fix>: forbid wchar_t.
2022-03-18 16:48:12 +08:00
Haojun Liao
459b0ef442
[td-13039] refactor.
2022-03-09 10:22:53 +08:00
Cary Xu
db0c47cc1f
Feature/td 11463 3.0 - block-wise SMA ( #10510 )
...
* Block-wise SMA extraction
* refactor the SBlock
* add method tsdbLoadBlockOffset
* set method tsdbLoadBlockOffset static
* refactor
* trigger CI
* minor change
* trigger CI
2022-03-03 12:39:27 +08:00
Shengliang Guan
e5606ccf38
Merge remote-tracking branch 'origin/3.0' into feature/config
2022-02-28 16:35:36 +08:00
Haojun Liao
6afebf9a1c
[td-13039] merge 3.0
2022-02-28 10:16:59 +08:00
Shengliang Guan
39bf54bba5
rename files
2022-02-28 09:52:30 +08:00
Haojun Liao
3be59e4e24
[td-11818] merge 3.0
2022-02-11 15:50:20 +08:00
Haojun Liao
86e230cf8a
[td-11818] opt perf.
2022-02-09 13:44:16 +08:00
Haojun Liao
0b4d01227b
[td-11818] Refactor and add error check.
2022-02-08 15:40:13 +08:00
Haojun Liao
ab45cd6611
[td-11818]refactor sort operator.
2022-02-04 22:41:54 +08:00
Haojun Liao
afd1ce63db
[td-11818] Refactor API.
2022-01-28 10:44:02 +08:00
Haojun Liao
699b37cc18
[td-11818] fix bug in topic .
2022-01-27 19:03:58 +08:00
Haojun Liao
02a50b50e0
[td-11818] Update the API in topic-related function.
2022-01-27 18:27:26 +08:00
Haojun Liao
8ee8785dd6
[td-11818] refactor, fix bug in select
2022-01-25 23:08:22 +08:00
Haojun Liao
b97ab5db3f
[td-11818]Update log and remove unused code.
2022-01-25 19:11:22 +08:00
Haojun Liao
16cd734b72
[td-11818]update log.
2022-01-25 14:13:11 +08:00
Haojun Liao
ac2609594d
[td-11818] update log.
2022-01-25 13:42:33 +08:00
yihaoDeng
92bef71ec7
rename MAX/MIN/POW2/SWAP name
2022-01-24 12:53:17 +08:00
Haojun Liao
6d9ae1af99
[td-11818]Support select * from super_table.
2022-01-18 19:08:07 +08:00
Haojun Liao
7ee4403d84
[td-11818] Return result to query worker
2022-01-18 11:21:13 +08:00
Haojun Liao
31dba259e2
[td-11818]fix bug in tsdbread.
2022-01-17 17:21:09 +08:00
Haojun Liao
23b3981415
Merge remote-tracking branch 'origin/feature/vnode' into feature/3.0_liaohj
2022-01-13 16:54:09 +08:00
Hongze Cheng
c78f3e357f
refact vnode code
2022-01-12 09:26:42 +00:00