Ganlin Zhao
|
6a94ad7346
|
Merge pull request #12321 from taosdata/feature/3.0_glzhao
feat(query): add state_count function
|
2022-05-11 09:50:56 +08:00 |
Haojun Liao
|
a4015fdb2c
|
Merge pull request #12315 from taosdata/feature/3.0_liaohj
refactor: do some internal refactor.
|
2022-05-10 22:07:02 +08:00 |
shenglian-zhou
|
f718be6ec1
|
Merge pull request #12320 from taosdata/feature/udf
feature(udf): disable udfd starting
|
2022-05-10 22:04:20 +08:00 |
Xiaoyu Wang
|
8975c6e042
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-10 21:00:18 +08:00 |
Xiaoyu Wang
|
2745113a77
|
fix: some problems of parser
|
2022-05-10 20:59:10 +08:00 |
Ganlin Zhao
|
46c9e0f1c2
|
refactor code format
|
2022-05-10 20:51:31 +08:00 |
Ganlin Zhao
|
57cd462000
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-10 20:44:57 +08:00 |
Ganlin Zhao
|
3c7b971841
|
feat(query): add state_count function
|
2022-05-10 20:35:54 +08:00 |
Ganlin Zhao
|
85adb8611c
|
feat(query): add state_count function
|
2022-05-10 20:32:03 +08:00 |
slzhou
|
fe99a19687
|
feature(udf):start udfd can be disabled
|
2022-05-10 20:24:01 +08:00 |
slzhou
|
adceacd59b
|
feature(udf):start udfd can be disabled
|
2022-05-10 20:07:46 +08:00 |
Haojun Liao
|
8c47b350dc
|
fix(query): Pseudo time window result expands to multiple rows in case of multiple rows aggregates function existing.
|
2022-05-10 18:21:54 +08:00 |
shenglian zhou
|
8dda49ac17
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-10 13:01:06 +08:00 |
shenglian zhou
|
2ba5fdc36f
|
fix: block extraction null set error
|
2022-05-10 11:22:31 +08:00 |
Ganlin Zhao
|
65fe36ffb4
|
Merge pull request #12295 from taosdata/feature/3.0_glzhao
fix(query): fix histogram normalized result incorrect for super table
|
2022-05-10 11:11:25 +08:00 |
Ganlin Zhao
|
7213548847
|
fix(query): fix histogram normalized result incorrect for super table
TD-15407
|
2022-05-10 10:15:33 +08:00 |
Ganlin Zhao
|
15055fe9e3
|
Merge pull request #12281 from taosdata/feature/3.0_glzhao
feat(query): add leastsquares function
|
2022-05-10 10:13:51 +08:00 |
Shengliang Guan
|
fe4c1eed05
|
Merge pull request #12283 from taosdata/feature/3.0_wxy
fix: problem of parser and planner
|
2022-05-10 09:35:32 +08:00 |
Haojun Liao
|
f872ef975f
|
Merge pull request #12274 from taosdata/feature/3.0_liaohj
enh(query):support selectivity function and normal column data query.
|
2022-05-09 23:36:51 +08:00 |
slzhou
|
623a71d34c
|
feature(udf):move start/stop udfd out of dnode management preparation
|
2022-05-09 21:39:41 +08:00 |
Xiaoyu Wang
|
4c914c2960
|
fix: problem of parser and planner
|
2022-05-09 20:20:05 +08:00 |
Ganlin Zhao
|
cfa77a2d39
|
feat(query): add leastsquares function
|
2022-05-09 20:04:03 +08:00 |
Ganlin Zhao
|
79570c93a3
|
feat(query): add leastsquares function
|
2022-05-09 19:37:16 +08:00 |
Haojun Liao
|
55d11618d0
|
fix(query): fix float value min/max query error.
|
2022-05-09 19:13:50 +08:00 |
Haojun Liao
|
ea18b8a7dc
|
feature(query): bottom function is available.
|
2022-05-09 17:48:23 +08:00 |
Haojun Liao
|
a030a9f32f
|
enh(query):support selectivity function and normal column data query.
|
2022-05-09 16:06:15 +08:00 |
shenglian-zhou
|
e93376de9a
|
Merge pull request #12252 from taosdata/feature/udf
feature(udf): enhance error process
|
2022-05-09 12:14:17 +08:00 |
shenglian zhou
|
8f3619ee89
|
feature(udf): enhance error process
|
2022-05-09 11:36:46 +08:00 |
shenglian-zhou
|
ea282e0d9d
|
Merge pull request #12246 from taosdata/feature/udf
feature(udf): pipe is placed under datadir and remove it after udfd exist and is hidden
|
2022-05-09 10:03:22 +08:00 |
shenglian zhou
|
736fddc4cd
|
feature(udf): pipe is placed under datadir and remove it after udfd exist and is hidden
|
2022-05-09 09:36:50 +08:00 |
afwerar
|
02e6b38270
|
fix(os): make taosd run on win.
|
2022-05-09 03:22:05 +08:00 |
Haojun Liao
|
f6be0f0dfe
|
other: merge with 3.0.
|
2022-05-08 16:06:47 +08:00 |
Haojun Liao
|
9025a5d735
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-05-08 00:14:02 +08:00 |
Haojun Liao
|
5c60c6046d
|
refactor: do some internal refactor.
|
2022-05-07 23:01:56 +08:00 |
slzhou
|
4cc16bec00
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-07 20:00:56 +08:00 |
slzhou
|
f8dd3a1341
|
feature(udf):refactor code and fix bugs
|
2022-05-07 19:35:44 +08:00 |
Haojun Liao
|
6ce36a083e
|
Merge pull request #12214 from taosdata/feature/3.0_liaohj
fix(query): remove a false assert.
|
2022-05-07 19:00:29 +08:00 |
Haojun Liao
|
9b3d7aa410
|
fix(query): remove a false assert.
|
2022-05-07 18:19:56 +08:00 |
54liuyao
|
599ea89a53
|
stream scan
|
2022-05-07 18:10:45 +08:00 |
Ganlin Zhao
|
48f708dfe6
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-07 15:32:27 +08:00 |
Ganlin Zhao
|
e2413a062c
|
fix: histogram normalized can only be 0/1
|
2022-05-07 14:29:50 +08:00 |
Ganlin Zhao
|
dd7cec4132
|
feat(query): add histogram normalized processing
|
2022-05-07 14:23:07 +08:00 |
Ganlin Zhao
|
2139ccceb0
|
Merge pull request #12191 from taosdata/feature/3.0_glzhao
feat(query): add histogram param parsing
|
2022-05-07 14:08:01 +08:00 |
Ganlin Zhao
|
660b610f04
|
fix(query): fix histogram function output
|
2022-05-07 11:35:03 +08:00 |
Ganlin Zhao
|
bb3681cd71
|
feat(query): add histogram param parsing
|
2022-05-07 10:24:41 +08:00 |
Ganlin Zhao
|
bc5e63b0a7
|
feat(query): add histogram param parsing
|
2022-05-06 21:44:25 +08:00 |
Ganlin Zhao
|
d36a9286b5
|
Merge pull request #12172 from taosdata/feature/3.0_glzhao
feat(query): add histogram function
|
2022-05-06 21:42:56 +08:00 |
Haojun Liao
|
1a2d170509
|
Merge pull request #12166 from taosdata/feature/3.0_liaohj
fix(query): set the correct result field length for first/last query.
|
2022-05-06 19:47:06 +08:00 |
Haojun Liao
|
809a3eda25
|
fix(query): set the correct result field length for first/last query.
|
2022-05-06 18:16:16 +08:00 |
Haojun Liao
|
29651b7b8b
|
Merge pull request #12163 from taosdata/feature/3.0_liaohj
fix(query): sort according to the generated column data in order by operator.
|
2022-05-06 18:10:14 +08:00 |