Ganlin Zhao
|
94109a3173
|
fix(query): fix diff function bool type crash
TD-16098
|
2022-05-28 18:55:07 +08:00 |
Ganlin Zhao
|
b350d0025d
|
Merge pull request #13144 from taosdata/fix/TD-15892
fix(query): restrict diff function ignore_negative types to integer
|
2022-05-28 14:42:52 +08:00 |
Ganlin Zhao
|
26ceeac789
|
fix(query): restrict diff function ignore_negative types to integer
TD-16066
|
2022-05-28 11:38:09 +08:00 |
Ganlin Zhao
|
3b9e21558d
|
Merge pull request #13102 from taosdata/fix/TD-16034
fix(query): fix diff function result type to avoid overflow
|
2022-05-27 22:33:15 +08:00 |
Ganlin Zhao
|
266da48c5a
|
fix(query): fix diff function result type to avoid overflow
TD-16068
|
2022-05-27 19:43:13 +08:00 |
Ganlin Zhao
|
17748c0cb7
|
Merge pull request #13097 from taosdata/fix/TD-16034
fix(query): fix diff function param check
|
2022-05-27 19:05:43 +08:00 |
Ganlin Zhao
|
1f6c6b119d
|
fix(query): fix csum function more than 1 param crash
TD-16065
|
2022-05-27 18:40:41 +08:00 |
Ganlin Zhao
|
25eb6dbeef
|
fix(query): diff function first param can only be column
TD-16067
|
2022-05-27 18:27:24 +08:00 |
Ganlin Zhao
|
0b9c9834f5
|
fix(query): diff function ignore_negative param can only be 0 or 1
TD-16066
|
2022-05-27 18:11:03 +08:00 |
Ganlin Zhao
|
ecb3d055da
|
Merge pull request #13084 from taosdata/fix/TD-16034
fix(queyr): fix tail function parameter restriction
|
2022-05-27 17:44:31 +08:00 |
Ganlin Zhao
|
8035d02d92
|
fix(queyr): fix tail function parameter restriction
TD-16035
|
2022-05-27 15:07:12 +08:00 |
Ganlin Zhao
|
f4272b5ae4
|
Merge pull request #13033 from taosdata/fix/TD-15957
fix(query): fix first(*) result incorrect for all NULL entry tables
|
2022-05-26 22:13:29 +08:00 |
Ganlin Zhao
|
45bbfbfdf7
|
Merge pull request #13029 from taosdata/fix/TD-16018
fix(query): fix elapsed function time_unit cannot be smaller than db precision
|
2022-05-26 21:42:20 +08:00 |
Haojun Liao
|
593c79d512
|
fix(query): add finalize for first function.
|
2022-05-26 18:15:20 +08:00 |
Ganlin Zhao
|
b7729cf6e3
|
fix(query): fix first(*) result incorrect for all NULL entry tables;
TD-15957
|
2022-05-26 17:58:46 +08:00 |
Ganlin Zhao
|
f08365e2b0
|
fix(query): fix cast function error msg
TD-16016
|
2022-05-26 17:30:00 +08:00 |
Ganlin Zhao
|
ed6eae4d58
|
fix(query): fix elapsed function time_unit cannot be smaller than db
precision
TD-16018
|
2022-05-26 17:13:13 +08:00 |
Ganlin Zhao
|
067731b763
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-26 12:22:56 +08:00 |
Haojun Liao
|
a02bf52295
|
Merge pull request #12989 from taosdata/feature/3_liaohj
fix(query): check for invalid parameters of substr function.
|
2022-05-26 11:03:50 +08:00 |
Ganlin Zhao
|
0f27d39156
|
Merge pull request #12971 from taosdata/fix/TD-15977
fix(query): restrict top/bottom function column type and first param must be column
|
2022-05-26 09:51:42 +08:00 |
Haojun Liao
|
e5bb56752a
|
fix(query): check for invalid parameters of substr function.
|
2022-05-25 23:09:03 +08:00 |
Xiaoyu Wang
|
6d3f066540
|
feat: sql command 'drop cgroup'
|
2022-05-25 21:23:13 +08:00 |
Xiaoyu Wang
|
070f60409b
|
feat: sql command 'drop cgroup'
|
2022-05-25 21:20:11 +08:00 |
Ganlin Zhao
|
1a784b3c01
|
fix(query): restrict top/bottom function column type and first param
must be column
TD-15977
|
2022-05-25 14:44:27 +08:00 |
Ganlin Zhao
|
def5680ee6
|
Merge pull request #12968 from taosdata/enh/TD-15976
enh(query): reserve aggregate function constant param as value node in client.
|
2022-05-25 14:20:02 +08:00 |
Ganlin Zhao
|
220253e604
|
enh(query): reserve aggregate function constant param as value node in
client.
TD-15976
|
2022-05-25 13:30:26 +08:00 |
Ganlin Zhao
|
635711669f
|
Revert "enh(query): reserve aggregate function constant param as value node in"
This reverts commit e0224da580.
|
2022-05-25 11:01:46 +08:00 |
Ganlin Zhao
|
e0224da580
|
enh(query): reserve aggregate function constant param as value node in
client.
TD-15976
|
2022-05-25 10:59:27 +08:00 |
54liuyao
|
0778bf8857
|
stream session operator
|
2022-05-25 09:05:03 +08:00 |
Ganlin Zhao
|
424ff4a685
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-24 10:44:02 +08:00 |
Ganlin Zhao
|
011bd32330
|
feat(query): add apercentile function
|
2022-05-23 22:48:15 +08:00 |
Xiaoyu Wang
|
f95639227e
|
Merge pull request #12874 from taosdata/feature/3.0_wxy
feat: tag index filter plan
|
2022-05-23 20:29:25 +08:00 |
Xiaoyu Wang
|
8da52cbb04
|
feat: tag index filter plan
|
2022-05-23 19:50:08 +08:00 |
dapan1121
|
0c22c548d8
|
fix constant reserve issue
|
2022-05-23 19:06:22 +08:00 |
Xiaoyu Wang
|
89562acb01
|
feat: the length of binary/nchar type value is the same as that of column
|
2022-05-21 18:09:31 +08:00 |
Ganlin Zhao
|
98092217ee
|
fix: fix windows compilation error
|
2022-05-20 14:58:04 +08:00 |
Ganlin Zhao
|
3d34f7850e
|
fix(query): change unique function type to non-standard sql function
|
2022-05-20 13:59:20 +08:00 |
Ganlin Zhao
|
bf4826d9a8
|
feat(query): add unique function
|
2022-05-19 22:42:30 +08:00 |
Ganlin Zhao
|
8daaea58de
|
feat(query): fix ci
|
2022-05-18 18:51:40 +08:00 |
Ganlin Zhao
|
98a6792b99
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-18 16:54:19 +08:00 |
Ganlin Zhao
|
e948d5a248
|
enh(query): support avg(NULL), stddev(NULL)
|
2022-05-18 16:35:13 +08:00 |
Ganlin Zhao
|
26c618e5ad
|
enh(query): support sum(NULL), max(NULL), min(NULL)
|
2022-05-18 16:03:59 +08:00 |
Haojun Liao
|
325959bd27
|
fix(query): add parameters check for top/bottom functoin.
|
2022-05-18 11:01:39 +08:00 |
Ganlin Zhao
|
1b0b410f98
|
feat(query): add elapsed function
|
2022-05-17 21:22:21 +08:00 |
Ganlin Zhao
|
1eb59a2fed
|
feat(query): add hll function
|
2022-05-17 11:36:12 +08:00 |
Ganlin Zhao
|
67e93ef90c
|
Revert "feat(query): add HYPERLOGLOG function"
This reverts commit 267ed293d7.
|
2022-05-17 10:33:58 +08:00 |
Ganlin Zhao
|
267ed293d7
|
feat(query): add HYPERLOGLOG function
|
2022-05-17 10:33:19 +08:00 |
Ganlin Zhao
|
ede4a57c99
|
enh(query): tail function handle offset param
|
2022-05-16 19:36:04 +08:00 |
Ganlin Zhao
|
4be158b391
|
feat(query): add tail function
|
2022-05-16 14:29:12 +08:00 |
Ganlin Zhao
|
3ef067ff03
|
feat(query): add tail function
|
2022-05-16 11:03:15 +08:00 |