Ganlin Zhao
|
06a5408190
|
Merge pull request #13113 from taosdata/fix/TD-15892
fix(query): fix avg used in group by NULL value calculated as nan
|
2022-05-27 23:32:37 +08:00 |
Ganlin Zhao
|
d11303916b
|
fix(query): fix avg used in group by NULL value calculated as nan
TD-15892
|
2022-05-27 22:59:17 +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
|
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
|
dc17e5553c
|
fix(query): eliminate diff function result nan/inf in case of overflow
TD-16053
|
2022-05-27 15:48:12 +08:00 |
Ganlin Zhao
|
de6f6a1e35
|
fix(query): eliminate csum/mavg result nan/inf in case of overflow
TD-16053
|
2022-05-27 15:29:33 +08:00 |
Ganlin Zhao
|
c03ea81bcf
|
Merge pull request #13076 from taosdata/fix/TD-16034
fix(query): fix unique function NULL value not hashable handling
|
2022-05-27 13:56:27 +08:00 |
Ganlin Zhao
|
1d57820693
|
fix(query): fix unique function NULL value not hashable handling
TD-16034
|
2022-05-27 12:09:48 +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
|
2ed001ce68
|
Merge pull request #13010 from taosdata/fix/TD-15923
fix(query): fix avg/sum function result overflown output inf/nan
|
2022-05-26 21:17:42 +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
|
998980079f
|
fix(query): fix sum/avg function floating type overflow
|
2022-05-26 16:23:29 +08:00 |
Ganlin Zhao
|
067731b763
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-26 12:22:56 +08:00 |
Ganlin Zhao
|
72d9b07894
|
fix(query): fix avg/sum function result overflown output inf/nan
TD-15923
|
2022-05-26 11:36:07 +08:00 |
54liuyao
|
0778bf8857
|
stream session operator
|
2022-05-25 09:05:03 +08:00 |
Ganlin Zhao
|
21e3c0ce78
|
fix: fix windows compilation error
|
2022-05-24 10:41:11 +08:00 |
Ganlin Zhao
|
011bd32330
|
feat(query): add apercentile function
|
2022-05-23 22:48:15 +08:00 |
Haojun Liao
|
25e2a9dd72
|
refactor: do some internal refactor, and set the correct intermediate buffer size for average function.
|
2022-05-20 23:58:34 +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
|
a52e0027cf
|
enh(query): support count(NULL) = 0
|
2022-05-18 16:14:57 +08:00 |
Ganlin Zhao
|
26c618e5ad
|
enh(query): support sum(NULL), max(NULL), min(NULL)
|
2022-05-18 16:03:59 +08:00 |
Ganlin Zhao
|
36370a2339
|
Merge pull request #12612 from taosdata/feature/3.0_glzhao
fix(query): fix elapsed parameter number
|
2022-05-18 14:34:53 +08:00 |
Haojun Liao
|
52f6a66ba5
|
fix(query): fix some syntax error.
|
2022-05-17 22:58:17 +08:00 |
Haojun Liao
|
a918f19329
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-05-17 22:47:52 +08:00 |
Ganlin Zhao
|
485a1aedd5
|
fix(query): fix elapsed parameter number
|
2022-05-17 22:27:46 +08:00 |
Ganlin Zhao
|
2f128fa3c9
|
Merge pull request #12607 from taosdata/feature/3.0_glzhao
feat(query): add elapsed function
|
2022-05-17 21:37:11 +08:00 |
Ganlin Zhao
|
1b0b410f98
|
feat(query): add elapsed function
|
2022-05-17 21:22:21 +08:00 |
Haojun Liao
|
aefa9bd891
|
refactor: do some internal refactor.
|
2022-05-17 16:53:55 +08:00 |
Zhiqiang Wang
|
9a7126e0e2
|
Merge pull request #12580 from taosdata/fix/ZhiqiangWang/fix-15602-fix-win-str-to-int64-error
fix(os): win str to int64 error
|
2022-05-17 14:18:21 +08:00 |
afwerar
|
b7ca4f7710
|
fix(os): win str to int64 error
|
2022-05-17 13:50:16 +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
|
9dcf9248d7
|
feat(query): add HYPERLOGLOG function
|
2022-05-16 22:43:06 +08:00 |
Ganlin Zhao
|
ede4a57c99
|
enh(query): tail function handle offset param
|
2022-05-16 19:36:04 +08:00 |
Ganlin Zhao
|
a281da1379
|
fix(query): fix tail function points larger than total rows issue
|
2022-05-16 17:02:01 +08:00 |
Ganlin Zhao
|
21b5f72340
|
fix(query): fix tail function NULL value handing.
|
2022-05-16 16:35:59 +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 |
Shengliang Guan
|
253651a521
|
Merge pull request #12449 from taosdata/feature/3.0_glzhao
feat(query): add sample function using reservoir sampling method
|
2022-05-13 23:27:07 +08:00 |
Ganlin Zhao
|
c1666e7e02
|
feat(query): add sample function
|
2022-05-13 22:08:37 +08:00 |
Ganlin Zhao
|
18ac565a93
|
feat(query): add sample function
|
2022-05-13 22:06:22 +08:00 |
Ganlin Zhao
|
315a875208
|
feat(query): add sample function
|
2022-05-13 21:36:33 +08:00 |
Ganlin Zhao
|
d24254fb84
|
feat(query): add sample function
|
2022-05-13 21:13:35 +08:00 |