Commit Graph

27626 Commits

Author SHA1 Message Date
shenglian zhou 4817f54ae9 SSDataBlock and SUdfInterBuf message passing between taosd/udfd 2022-04-16 23:34:40 +08:00
Haojun Liao 1ca66a41d0
Merge pull request #11548 from taosdata/feature/3.0_liaohj
fix(query): enable to employ the scalar function as the parameter of  the aggregate function.
2022-04-16 23:06:15 +08:00
Haojun Liao f0463a6a58 test: temporarily disable some invalid cases. 2022-04-16 22:50:08 +08:00
wangmm0220 b7bd654c77 refactor: add compare logic for json value 2022-04-16 21:24:07 +08:00
afwerar dea51ba364 fix(build): use static taos lib. 2022-04-16 20:46:51 +08:00
yihaoDeng 25837faf28 enh: add multi filter merge 2022-04-16 20:35:18 +08:00
Hongze Cheng 8f1f47c62a more 2022-04-16 12:34:24 +00:00
Hongze Cheng a7d207951f Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-16 12:12:32 +00:00
Hongze Cheng 553f0aa11d refact vnode 2022-04-16 12:07:28 +00:00
Hongze Cheng 7a795927ea
Merge pull request #11567 from taosdata/feature/vnode_refact1
refactor: vnode
2022-04-16 19:43:31 +08:00
dapan1121 93ca1168f3 stmt 2022-04-16 19:41:18 +08:00
Ganlin Zhao 03a9679f97 fix(query): translate var type from value node to SVariant should include var header 2022-04-16 19:40:50 +08:00
Hongze Cheng cb744ab67b Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-16 11:23:03 +00:00
Hongze Cheng f090d78c67 refact vnode meta 2022-04-16 11:22:49 +00:00
Haojun Liao 8612f882dd Merge branch '3.0' into feature/3.0_liaohj 2022-04-16 19:11:32 +08:00
Haojun Liao 902fcb0c0b refactor(query): refactor code. 2022-04-16 19:10:21 +08:00
Hongze Cheng 5ac599b3cf
Merge pull request #11565 from taosdata/feature/vnode_refact1
refactor: vnode
2022-04-16 19:03:50 +08:00
Haojun Liao 30602b8cfb Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-16 19:02:08 +08:00
wade zhang 3f0f31c4c2
Merge pull request #11552 from taosdata/feature/TD-14243
feat(query): support timezone function and now/today function arithmetic operation in select clause
2022-04-16 18:54:18 +08:00
Xiaoyu Wang 222cc9ee1f
Merge pull request #11564 from taosdata/feature/3.0_wxy
enh: window clause validity check
2022-04-16 18:31:47 +08:00
Ganlin Zhao b42d28f6d1 Merge branch '3.0' into feature/TD-14243 2022-04-16 18:27:25 +08:00
Hongze Cheng 032b30da75 refact vnode 2022-04-16 10:17:33 +00:00
Xiaoyu Wang f2056a623c enh: window clause validity check 2022-04-16 18:12:52 +08:00
Xiaoyu Wang 90ad407a7f enh: window clause validity check 2022-04-16 17:57:03 +08:00
yihaoDeng fe367b5ef4 enh: add tag index filter impl 2022-04-16 17:56:06 +08:00
Hongze Cheng ac2af4f7e8
Merge pull request #11560 from taosdata/feature/vnode_refact1
refactor: vnode
2022-04-16 17:56:04 +08:00
dapan1121 1c499c94a7 stmt 2022-04-16 17:47:42 +08:00
Xiaoyu Wang 7a5148973c enh: window clause validity check 2022-04-16 17:46:32 +08:00
Hongze Cheng 0ed14aa00d Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-16 09:39:35 +00:00
Xiaoyu Wang c40b590ad8 enh: window clause validity check 2022-04-16 17:27:54 +08:00
Zhiqiang Wang 6ac863a882
Merge pull request #11562 from taosdata/fix/ZhiqiangWang/TD-13877-fix-make-install
fix(build): make install.
2022-04-16 17:24:52 +08:00
shenglian zhou 3526c0d455 remove accidental change of func.cpp 2022-04-16 17:13:09 +08:00
afwerar 42590a23f4 fix(build): make install. 2022-04-16 17:07:59 +08:00
shenglian zhou 964d944ae2 Merge branch '3.0' into 3.0_udfd 2022-04-16 17:02:09 +08:00
Hongze Cheng d1e9bff606 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-16 08:48:14 +00:00
yihaoDeng 9fae339710 enh: add tag index filter impl 2022-04-16 16:35:24 +08:00
plum-lihui 016c70a23e [test: support valgrind run] 2022-04-16 16:25:04 +08:00
Hongze Cheng 6e7ab6ca4d refact vnode 2022-04-16 08:19:21 +00:00
Haojun Liao d40f830b77 enh(query): optimize the data block load algorithm in table scan operator. 2022-04-16 16:06:48 +08:00
Hongze Cheng fe368d0ffe refact vnode 2022-04-16 08:03:19 +00:00
dapan1121 9547c0a09b stmt 2022-04-16 15:59:19 +08:00
Shuduo Sang d418e888c3
enh: add int, float, timestamp value convert in demoapi.c (#11558)
* [TD-13558]<feature>: taos shell refactor

add taosTools as submodule

* add tools/taos-tools

* add more client interface for taosTools compile

* update taos-tools

* update taos-tools

* refactor shell

* [TD-13558]<feature>: taos shell test speed

* [TD-13558]<feature>: taos -n startup works

* taos -n rpc works

* taos -n server works

* cleanup code since no endPort in 3.0

* update taos-tools

* [TD-13558]<feature>: taos -C works

* improve taos shell -c WIP

* update taos-tools

* add demoapi.c

* adjust show databases result for 3.0

* test: add platform logic

* add nchar

* adjust taos_fetch_lengths

* print fields

* remove show databases check from insert cases

* fix lua example compile for 3.0

still not work

* remove lua.py from smoketest

* use get_column_data_offset() to get offset and convert length

* add int, float, timestamp value convert
2022-04-16 15:56:14 +08:00
Hongze Cheng 2ad1f30fae refact 2022-04-16 07:50:05 +00:00
Hongze Cheng 913749ea91 fix TMQ case 2022-04-16 07:41:57 +00:00
Zhiqiang Wang 5c7b82372f
Merge pull request #11557 from taosdata/fix/ZhiqiangWang/TD-13877-fix-exec-output-build-bin
fix(build): exec output build bin.
2022-04-16 15:35:22 +08:00
Hongze Cheng 78a8f6dfe4 fix bug 2022-04-16 07:26:11 +00:00
afwerar 7dcac43433 fix(build): exec output build bin. 2022-04-16 15:17:32 +08:00
Haojun Liao 59de47a714 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-16 15:16:17 +08:00
Hongze Cheng cb585812f1 refact 1 2022-04-16 07:16:10 +00:00
Haojun Liao be4d72bf80 refactor(query): refactor executor module to optimization the block load filter routine. 2022-04-16 15:15:28 +08:00