Ganlin Zhao
|
464a79ac50
|
Merge pull request #12747 from taosdata/feature/3.0_glzhao
fix(query): change unique function type to non-standard sql function
|
2022-05-20 15:16:52 +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
|
9ca54b9478
|
Merge pull request #12723 from taosdata/feature/3.0_glzhao
feat(query): add unique function
|
2022-05-20 10:18:36 +08:00 |
Ganlin Zhao
|
bf4826d9a8
|
feat(query): add unique function
|
2022-05-19 22:42:30 +08:00 |
Yihao Deng
|
040292cb80
|
Merge pull request #12718 from taosdata/enh/deleteDupCode
Enh/delete dup code
|
2022-05-19 22:12:46 +08:00 |
yihaoDeng
|
76b9a5acee
|
fix: avoid invalid read/write
|
2022-05-19 21:56:39 +08:00 |
shenglian-zhou
|
5049ea17e6
|
Merge pull request #12717 from taosdata/feature/udf
fix: udf2 reuse old state when new input is all null
|
2022-05-19 21:11:38 +08:00 |
slzhou
|
b5a419c25a
|
Merge branch 'feature/udf' of github.com:taosdata/TDengine into feature/udf
|
2022-05-19 20:56:40 +08:00 |
slzhou
|
c0fc53a9a8
|
fix: udf2 reuse old state when new input is null
|
2022-05-19 20:54:30 +08:00 |
shenglian-zhou
|
6649018519
|
Merge pull request #12707 from taosdata/feature/udf
fix: set hasResult when old state has result
|
2022-05-19 18:11:40 +08:00 |
slzhou
|
5a3f6b11e7
|
fix: set hasResult when old state has result
|
2022-05-19 17:48:34 +08:00 |
Haojun Liao
|
f636806c2a
|
other: merge 3.0
|
2022-05-19 17:07:01 +08:00 |
Haojun Liao
|
e0b9da9c3d
|
refactor: do some internal refactor.
|
2022-05-19 16:49:43 +08:00 |
Xiaoyu Wang
|
29bdba7298
|
fix: some problems of parser and planner
|
2022-05-19 14:26:10 +08:00 |
Ganlin Zhao
|
fba964778b
|
Merge pull request #12651 from taosdata/feature/3.0_glzhao
enh(query): support sum(NULL), max(NULL), min(NULL), count(NULL)
|
2022-05-18 19:26:17 +08:00 |
Ganlin Zhao
|
8daaea58de
|
feat(query): fix ci
|
2022-05-18 18:51:40 +08:00 |
slzhou
|
36dcc70f0d
|
fix: improve udf function misuse stability
|
2022-05-18 18:21:32 +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 |
shenglian-zhou
|
7655f51ff8
|
Merge pull request #12631 from taosdata/feature/udf
fix: udfc checks output type and output bytes when executing scalar f…
|
2022-05-18 12:43:01 +08:00 |
slzhou
|
950835e1fc
|
fix: set correct udf output type when retrieve from mnode
|
2022-05-18 12:16:28 +08:00 |
Haojun Liao
|
eeaea6a6dc
|
Merge pull request #12629 from taosdata/feature/3.0_liaohj
fix(query): add parameters check for top/bottom functoin.
|
2022-05-18 12:11:08 +08:00 |
slzhou
|
00c11b01fe
|
fix: udfc checks output type and output bytes when executing scalar function
|
2022-05-18 11:43:03 +08:00 |
Haojun Liao
|
325959bd27
|
fix(query): add parameters check for top/bottom functoin.
|
2022-05-18 11:01:39 +08:00 |
shenglian-zhou
|
ea3e48827f
|
Merge pull request #12627 from taosdata/feature/udf
fix: release udf func handle when udf agg failure
|
2022-05-18 10:44:47 +08:00 |
slzhou
|
d5c30f5ea5
|
fix: release udf func handle when udf agg failure
|
2022-05-18 10:29:32 +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 |
shenglian-zhou
|
81ea237b4f
|
Merge pull request #12605 from taosdata/feature/udf
fix: trigger ci test
|
2022-05-17 22:28:41 +08:00 |
Ganlin Zhao
|
485a1aedd5
|
fix(query): fix elapsed parameter number
|
2022-05-17 22:27:46 +08:00 |
slzhou
|
b4e23c34a4
|
feat: udfc check udf function interbuf size and result size
|
2022-05-17 22:10:51 +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 |
Shengliang Guan
|
88094cfec7
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-17 20:56:54 +08:00 |
slzhou
|
3e4f9db185
|
fix: trigger ci test
|
2022-05-17 20:53:36 +08:00 |
slzhou
|
d46c393598
|
fix: mnode not ready for connect from udfd
|
2022-05-17 20:47:40 +08:00 |
slzhou
|
ee2f3e7e05
|
fix: clear invalid udf func handle
|
2022-05-17 20:01:01 +08:00 |
slzhou
|
e73b1c4889
|
fix: support more rows with udf unit test
|
2022-05-17 19:22:58 +08:00 |
Haojun Liao
|
aefa9bd891
|
refactor: do some internal refactor.
|
2022-05-17 16:53:55 +08:00 |
Shengliang Guan
|
d7e895448d
|
fix: conflicts after refactor SRpcMsg
|
2022-05-17 16:32:23 +08:00 |
slzhou
|
2d0b29d295
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-17 15:42:52 +08:00 |
slzhou
|
7967f2d7c0
|
fix: sanitizing tudf memory
|
2022-05-17 15:19:32 +08:00 |
slzhou
|
e8880e1544
|
fix: udf memory sanitizing
|
2022-05-17 15:14:16 +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
|
766b1a3b46
|
Merge pull request #12575 from taosdata/feature/3.0_glzhao
feat(query): add HYPERLOGLOG function
|
2022-05-17 13:45:14 +08:00 |