Hongze Cheng
|
329b750701
|
Revert "enh(query): opt group by tag perf."
|
2022-10-15 16:14:50 +08:00 |
Haojun Liao
|
aa04aee7fd
|
enh(query): opt group by tag perf.
|
2022-10-14 18:49:19 +08:00 |
Hongze Cheng
|
c4b3da5032
|
more code format
|
2022-10-13 14:15:42 +08:00 |
yihaoDeng
|
3addb95496
|
Merge branch 'new' into dd
|
2022-10-13 12:40:26 +08:00 |
Hongze Cheng
|
746da9fd27
|
make it compile
|
2022-10-12 13:49:40 +08:00 |
Hongze Cheng
|
52bf961622
|
more code
|
2022-10-12 11:09:42 +08:00 |
yihaoDeng
|
37a0b9c759
|
support compress
|
2022-10-11 22:18:44 +08:00 |
Shengliang Guan
|
f0a7430238
|
Merge pull request #17263 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-10-10 16:13:27 +08:00 |
Haojun Liao
|
68842b9c64
|
refactor: do some internal refactor.
|
2022-10-10 14:55:58 +08:00 |
Shengliang Guan
|
c1ed4da67d
|
Merge pull request #17231 from taosdata/szhou/fixbugs
fix: fix coverity scan issues
|
2022-10-09 15:44:44 +08:00 |
shenglian zhou
|
9a82f3521b
|
fix: fix coverity scan issues
|
2022-10-09 10:55:38 +08:00 |
Ganlin Zhao
|
16804ed711
|
fix(query): fix inconsistent max value caused by data conversion
when reading from sma.
|
2022-10-08 18:48:49 +08:00 |
Shengliang Guan
|
3bea98d2ac
|
Merge pull request #17156 from taosdata/fix/TD-19273
fix(query): fix tbname mismatch with multiple rows output functions
|
2022-09-29 20:34:50 +08:00 |
Ganlin Zhao
|
49ce849aa2
|
Merge branch '3.0' into fix/TD-19273
|
2022-09-29 17:03:28 +08:00 |
Ganlin Zhao
|
3abf6abad6
|
fix(query): fix group_key output mismatch with multiple rows output functions
TD-19273
|
2022-09-29 17:02:16 +08:00 |
Xiaoyu Wang
|
73642ac3a2
|
feat: sql command 'show table tags from table_name'
|
2022-09-29 16:16:49 +08:00 |
shenglian zhou
|
4c00225e9f
|
fix: fix coverity scan issue in tudf.c and udfd.c
|
2022-09-29 11:26:58 +08:00 |
Xiaoyu Wang
|
8caa36299c
|
feat: add the _irowts pseudo column to output the timestamp of the interp
|
2022-09-27 15:23:24 +08:00 |
slzhou
|
b880d460ec
|
fix: correct rowindex is used to retrieve selectivity values from source block when first/last function merge
|
2022-09-26 11:46:19 +08:00 |
Ganlin Zhao
|
8f2e385989
|
Merge branch '3.0' into fix/TD-18385
|
2022-09-23 17:43:12 +08:00 |
Ganlin Zhao
|
3278b2ccaa
|
fix(query): incorrect result for max(float)
|
2022-09-23 16:38:24 +08:00 |
Haojun Liao
|
aa62d4430b
|
Merge pull request #16970 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor about the filter and interp query.
|
2022-09-22 17:09:30 +08:00 |
Shengliang Guan
|
570730d495
|
Merge pull request #16998 from taosdata/feature/TD-18820
fix(stream): data block capacity
|
2022-09-22 16:38:13 +08:00 |
54liuyao
|
3a21da6e46
|
fix(stream): data block capacity and function byte
|
2022-09-22 15:54:44 +08:00 |
Xiaoyu Wang
|
0321b8c088
|
fix: avg function data scan optimization
|
2022-09-22 15:08:07 +08:00 |
Haojun Liao
|
7ee2449a73
|
Merge branch '3.0' into feature/3_liaohj
|
2022-09-22 14:03:17 +08:00 |
Haojun Liao
|
33c075542d
|
refactor(query): do some internal refactor.
|
2022-09-21 10:26:55 +08:00 |
Minglei Jin
|
5f4d6e1c99
|
fix: remove double free msg's pCont
|
2022-09-20 11:31:25 +08:00 |
Shengliang Guan
|
004e9dabd2
|
Merge pull request #16927 from taosdata/szhou/cenc
fix: add udfd resident funcs that teardown when udfd exits
|
2022-09-19 22:10:28 +08:00 |
slzhou
|
8ed3bf3ef1
|
feat: add resident funcs to udfd
|
2022-09-19 17:28:13 +08:00 |
Ganlin Zhao
|
b08288df48
|
fix(query): fix invalid read in doModeAdd
TD-19124
|
2022-09-19 17:07:22 +08:00 |
slzhou
|
e0445e0698
|
fix: taos_connect in gpd_init method and taos_close in gpd_destroy method
|
2022-09-16 09:56:15 +08:00 |
slzhou
|
d156bff782
|
enhance: support resident functions
|
2022-09-15 17:43:54 +08:00 |
slzhou
|
817eed740f
|
fix: prototype to verify stream + udf as task framework
|
2022-09-15 10:01:24 +08:00 |
dapan1121
|
cd015bae83
|
fix: fix stateduration result error
|
2022-09-14 19:02:26 +08:00 |
Liu Jicong
|
3bedc3fa3b
|
Merge pull request #16836 from taosdata/feature/stream
feat(stream): stream state support tuple
|
2022-09-14 17:47:47 +08:00 |
Liu Jicong
|
4c6a8bbc95
|
feat(stream): stream state support tuple
|
2022-09-14 16:50:42 +08:00 |
Shengliang Guan
|
59e9140996
|
Merge pull request #16806 from taosdata/fix/TD-18224
fix(query): twa function report error if input has overlap timestamps
|
2022-09-14 15:52:20 +08:00 |
Ganlin Zhao
|
0a6ec7c0d7
|
fix(query): restrict max/min function input type not including timestamp
type
|
2022-09-14 11:17:12 +08:00 |
Ganlin Zhao
|
5463159a3d
|
fix twa function input dup timestamps
|
2022-09-13 18:24:29 +08:00 |
Ganlin Zhao
|
6b2bf42f68
|
fix(query): twa function output NULL if input has overlap timestamps
TD-18224
|
2022-09-13 18:05:54 +08:00 |
Ganlin Zhao
|
0d7e1eb4e0
|
fix(query): twa function output NULL if input has overlap timestamps
TD-18224
|
2022-09-13 16:45:40 +08:00 |
Haojun Liao
|
26a27261a0
|
Merge pull request #16764 from taosdata/feature/3_liaohj
fix(query): add data required flag for avg against super table.
|
2022-09-09 17:36:21 +08:00 |
Haojun Liao
|
717e6706bb
|
fix(query): add data required flag for avg against super table.
|
2022-09-09 14:26:44 +08:00 |
dapan1121
|
582f44c2fd
|
fix: fix statecount result error
|
2022-09-07 18:52:54 +08:00 |
slzhou
|
84f79e8df2
|
fix: save selectivity value for first/last even column consists of all null values
|
2022-09-06 15:48:08 +08:00 |
slzhou
|
63ba9420f3
|
fix: change whether uv pipe exists
|
2022-09-06 13:47:16 +08:00 |
slzhou
|
863d2aa1f4
|
fix: invalid read after teardown udfs and close uv pipe later
|
2022-09-06 11:32:38 +08:00 |
Liu Jicong
|
004a84ac81
|
fix memory leak
|
2022-09-02 16:41:32 +08:00 |
Ganlin Zhao
|
4f772ee711
|
Merge branch '3.0' into fix/TD-16780
|
2022-09-01 11:28:28 +08:00 |