slzhou
768372fc7b
fix: fix compilation warning
2023-05-24 16:45:06 +08:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry ( #21037 )
...
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.
* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling
* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh
* Add a function MakePoint() and introduce a lib geometry
* implement sql functions GeomFromText() and AsText()
* Use GEOS *_r funcions instead for thread safety
* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.
* refactor AsText and MakePoint functions to be like GeomFromText
* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file
* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.
* set number of decimals of WKT to 6
* Implement SQL function Intersects()
* refactor geometry sql functions
* Add geosErrMsgeHandler() to get the GEOS error detail
* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists
* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.
* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.
* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn
* Add prefix "ST_" for all geometry functions
* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile
* Add unit test for geometry lib, only test MakePoint so far
* refactor and enhance existing cases in geomFuncTest
* implement NULL type and NULL value test for geomFuncTest
* add test on geomFromText()
* add unit test on AsText() in geomFuncTest
* combine some makePointFunction test items
* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions
* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content
* add more cases into intersectsFunction test
* Add basic test on geometry in system test
* Add ST_GeomFromText and ST_AsText function test in system test on geometry
* add ST_Intersects function test in system test on geometry
* support to check expectedErrno in system test on geometry
* adjust geomTest unit test and geometry system test
* add geometry data type and functions in doc english version
* implement touchesFunction() in geometry lib
refactor geometry relation functions model
* separate gemFuncTest into several src files
* add unit test on touchesFunction
* support sql function ST_Touches()
add system test on ST_Touches
* add docs for ST_Touches()
* Add ST_Contains()
* Add ST_Covers()
* Add ST_Equals()
* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()
* Add ST_ContainsProperly()
* build on windows
* Merge from 3.0 to 3.0_geometry
* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility
* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()
* add /usr/local/include into include directory
* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
slzhou
5b1e0be756
enhance: add log
2023-05-24 13:41:21 +08:00
slzhou
383c828c85
fix: before review
2023-05-24 11:18:44 +08:00
slzhou
2e4c14c18c
fix: fix bugs
2023-05-23 21:30:41 +08:00
Haojun Liao
e67b532d8a
refactor: refactor the module dependency.
2023-05-23 18:29:23 +08:00
slzhou
22616d235a
fix: fix minior bugs
2023-05-23 16:36:27 +08:00
slzhou
857cf3d269
fix: fix bugs
2023-05-23 14:29:33 +08:00
slzhou
99620d434d
fix: fix bugs
2023-05-23 14:11:52 +08:00
shenglian zhou
c9140e547e
fix: fix bugs of wrongly use sfltscloperator
2023-05-23 14:08:20 +08:00
slzhou
77a1de444c
fix: where c7 means c7 is true, the right child is null
2023-05-23 10:47:58 +08:00
slzhou
24ae8d7ecb
fix: fix ci memory leak error
2023-05-23 09:49:42 +08:00
shenglian zhou
43ac6fb1fd
fix: all null from block sma
2023-05-23 08:43:31 +08:00
shenglian zhou
6456d5dccf
enhance: code finish
2023-05-22 11:41:19 +08:00
shenglian zhou
1f6d894dfd
fix: save work
2023-05-19 17:06:03 +08:00
shenglian zhou
3e92ec7a8a
fix: save work
2023-05-19 14:09:37 +08:00
shenglian zhou
09837b7639
fix: save work
2023-05-18 19:00:10 +08:00
shenglian zhou
dec15bf4ff
Merge branch '2.0' of github.com:taosdata/TDengine into szhou/scl-flt
2023-05-18 14:26:02 +08:00
shenglian zhou
e16f4c7c44
fix: refactor and save work
2023-05-17 16:57:09 +08:00
shenglian zhou
51fa363fd5
feature: save work
2023-05-15 11:34:05 +08:00
shenglian zhou
bdee8ab3c1
enhance: save work and sync home/office
2023-05-12 19:00:26 +08:00
Haojun Liao
7ef16e1922
other: merge main.
2023-05-12 11:49:53 +08:00
wangjiaming0909
e22c62ffba
fix: data compare of signed and unsigned integers
2023-05-08 18:13:37 +08:00
Haojun Liao
ad7c3218f7
Merge pull request #21111 from taosdata/fix/liaohj_main
...
enh(query): stop tsdb reader ASAP. TD-23249
2023-04-27 17:45:38 +08:00
Haojun Liao
17a5691afb
refactor: remove assert.
2023-04-27 15:37:33 +08:00
Xiaoyu Wang
e584bb3ea1
feat: subtable level privilege
2023-04-25 17:39:28 +08:00
kailixu
77a8e3b213
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-21 16:04:09 +08:00
Ganlin Zhao
9581dcae7f
enh: add param for to_unixtimestamp to return timestamp type
2023-04-18 14:17:22 +08:00
kailixu
50053fdc01
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-18 11:13:30 +08:00
dapan1121
d4cb608505
Merge pull request #20885 from taosdata/fix/TS-3108
...
fix: fix timestamp constant comparison precision error
2023-04-14 09:27:03 +08:00
Ganlin Zhao
7414f28d17
fix translatefunc not getting precision issue
2023-04-13 11:22:15 +08:00
Ganlin Zhao
dcf77f2529
fix: fix constant comparision precision error
2023-04-12 14:24:34 +08:00
kailixu
e976fcb91d
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-07 17:51:35 +08:00
Xiaoyu Wang
c134432c45
merge main
2023-04-06 09:31:45 +08:00
Ganlin Zhao
23ec9287c9
fix: fix tsim crash on windows due to invalid input to strftime
2023-04-04 10:33:41 +08:00
Ganlin Zhao
6c64b760a0
fix: fix tsim crash on windows due to invalid input to strftime
2023-04-03 17:58:43 +08:00
kailixu
37bc1bca36
enh: column/row max length support up to 64K
2023-04-03 17:00:52 +08:00
dapan1121
22ad3129b9
fix: query schema is old issue
2023-03-28 15:21:47 +08:00
Shengliang Guan
522b9ec2b2
Merge pull request #20363 from taosdata/fix/xftan/timetruncate
...
fix: TIMETRUNCATE with 1d return unexpected result
2023-03-10 10:05:48 +08:00
t_max
b2610da03c
fix: TIMETRUNCATE with 1d return unexpected result
2023-03-09 14:29:05 +08:00
Ganlin Zhao
3cea46db00
fix(query): fix scalar calculation crash in stream when input rows is 0
2023-03-08 17:45:25 +08:00
54liuyao
8a23f0ce3b
fix:set timestamp precision
2023-03-01 18:59:27 +08:00
Xiaoyu Wang
f97a140a3c
merge 3.0
2023-02-27 14:16:33 +08:00
dapan1121
cb2f09ed6c
Merge pull request #20139 from taosdata/fix/TD-22664-3.0
...
fix: fix coverity issue
2023-02-26 10:04:46 +08:00
Xiaoyu Wang
d6dd087f84
merge main
2023-02-25 10:29:20 +08:00
Ganlin Zhao
9342d796f0
Merge branch '3.0' into fix/TD-22664-3.0
2023-02-24 18:30:04 +08:00
Xiaoyu Wang
961107d1ca
merge main
2023-02-24 16:55:50 +08:00
dapan1121
3f6e8d4f82
Merge pull request #20111 from taosdata/fix/TD-22709-main
...
fix: fix asan error
2023-02-24 14:35:17 +08:00
Ganlin Zhao
49fc02c52e
fix coverity issue
2023-02-24 10:08:53 +08:00
Ganlin Zhao
3199ba2357
fix: fix asan error
2023-02-23 17:00:19 +08:00
Ganlin Zhao
cda49b559c
fix: fix asan error
2023-02-23 16:55:00 +08:00
Ganlin Zhao
644ba11a55
fix: fix asan error
2023-02-22 18:53:10 +08:00
Ganlin Zhao
a185561405
fix: fix asan error
2023-02-22 18:46:59 +08:00
Haojun Liao
7fe250412f
refactor:do some internal refactor.
2023-02-20 10:13:11 +08:00
Haojun Liao
8d187efc18
refactor:do some internal refactor.
2023-02-20 10:04:08 +08:00
dapan1121
b9918b0eda
fix: add alter dnode configuration validdation
2023-02-14 13:49:07 +08:00
Haojun Liao
abae9e0790
fix(query): set 0 when result is not qualified.
2023-01-10 23:40:16 +08:00
Ganlin Zhao
e3b776c7f3
Merge branch 'main' into enh/TD-21206
2023-01-04 09:18:38 +08:00
Ganlin Zhao
4b81962269
fix asserts
2023-01-04 09:16:00 +08:00
Ganlin Zhao
028ded935a
fix assert in filter.c
2023-01-03 16:06:44 +08:00
Ganlin Zhao
0ddb9be3d9
fix assert in sclfunc.c
2023-01-03 15:47:22 +08:00
Ganlin Zhao
263a1a877e
fix assert in scalar.c
2023-01-03 15:32:32 +08:00
Ganlin Zhao
8146113835
fix asserts in sclvector.c
2023-01-03 15:27:54 +08:00
Haojun Liao
7eeea8a29c
fix(query): fix the invalid access, and do some internal refactor.
2022-12-29 17:56:20 +08:00
Haojun Liao
011c83956b
refactor: do some internal refactor.
2022-12-28 19:12:36 +08:00
Haojun Liao
c801f3a7f6
Merge branch 'main' into feature/3_liaohj
2022-12-27 17:15:22 +08:00
Haojun Liao
1e69538c37
fix(query): opt filter perf.
2022-12-27 16:55:38 +08:00
dapan1121
05580340d8
fix: invalid node list node issue
2022-12-20 18:25:33 +08:00
dapan1121
b9e3f01c7c
fix: empty node in operator node
2022-12-20 18:15:25 +08:00
dapan1121
978d45ffc1
enh: optimize converting timestamp at client side
2022-12-15 16:56:35 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases"
2022-12-07 21:51:17 +08:00
Shengliang Guan
d5126d469a
refact: replcase ASSERT with tAssert
2022-12-07 18:42:48 +08:00
Shengliang Guan
f69a188f7e
refact: replcase ASSERT with tAssert
2022-12-07 18:37:40 +08:00
dapan1121
0ecb0d26f2
Merge pull request #18694 from taosdata/fix/TS-2144
...
enh(query): add timetruncate function ignore timezone option for 1d
2022-12-05 17:18:18 +08:00
Ganlin Zhao
e18da31a5d
enh(query): add timetruncate function ignore timezone option for 1d
2022-12-05 12:00:12 +08:00
Shengliang Guan
241638de33
Merge pull request #18661 from taosdata/fix/liao_cov
...
enh(query): improve the performance and add some todo
2022-12-03 21:41:38 +08:00
Haojun Liao
658cb393a7
enh(query): improve the performance and add some todo
2022-12-03 12:11:20 +08:00
Shengliang Guan
d9c261cd13
refact: remove some error codes
2022-12-03 10:17:02 +08:00
Shengliang Guan
6d70f48802
Merge pull request #18592 from taosdata/feature/3_liaohj
...
enh(query): optimize query perf.
2022-12-02 21:00:35 +08:00
dapan1121
7bb30150a9
fix: fix memory leak
2022-12-02 14:23:36 +08:00
dapan1121
1fcd99176b
fix: filter memory leak cause of same const strings
2022-12-02 10:59:52 +08:00
Haojun Liao
f8a2ab8338
refactor: do some internal refactor.
2022-12-01 17:24:26 +08:00
Haojun Liao
dac930352b
enh(query): optimize the perf in compare.
2022-11-29 12:22:04 +08:00
Haojun Liao
5a3e4dc1c8
fix(query): set correct null check function.
2022-11-28 19:48:04 +08:00
Haojun Liao
b53957c7bb
fix(query): set correct ptr.
2022-11-28 18:57:36 +08:00
Haojun Liao
b2b26f0c3c
refactor: add an revised function to do compare.
2022-11-28 18:52:14 +08:00
Haojun Liao
90c1e7347f
refactor: do some internal refactor.
2022-11-28 18:42:39 +08:00
Haojun Liao
6e81e8cc73
refactor: do some internal refactor.
2022-11-28 12:32:40 +08:00
yihaoDeng
1fc8f273bf
fix TD-20751 mem leak
2022-11-25 19:50:57 +08:00
yihaoDeng
ef8c68a098
fix TD-20751 mem leak
2022-11-25 19:38:06 +08:00
yihaoDeng
c757b26d15
fix mem leak
2022-11-25 15:45:21 +08:00
Ganlin Zhao
dff0b3c4bb
fix: [ASAN] heap buffer overflow in sclfunc.c
2022-11-23 22:43:11 +08:00
Ganlin Zhao
4f176e325d
fix: [ASAN] devive by zero
2022-11-21 18:01:48 +08:00
slzhou
9994a9f2c5
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
2022-11-18 16:24:49 +08:00
slzhou
c5cb72291f
fix: fix windows compilation error
2022-11-18 16:24:28 +08:00
dapan1121
c2d4d0907d
fix: fix asan issue
2022-11-18 11:41:59 +08:00
slzhou
40af2903c1
fix: scalar mnode for in set more than 10 and print only 1000 groups to log in filter mode
2022-11-17 16:06:12 +08:00
Ganlin Zhao
cf601b206f
fix(query): ASAN heap buffer overflow
...
TD-20454
2022-11-16 15:00:57 +08:00
Ganlin Zhao
aae3475900
fix(query): ASAN heap buffer overflow
...
TD-20454
2022-11-16 14:36:51 +08:00
dapan1121
21e62f1279
Merge remote-tracking branch 'origin/3.0' into fix/TD-20412
2022-11-15 12:53:22 +08:00
dapan1121
d985cb714f
fix: fix asan issues
2022-11-15 11:38:01 +08:00
Xiaoyu Wang
cd3722837d
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
2022-11-15 09:44:13 +08:00
Xiaoyu Wang
14b4adc6ce
fix: memory leak
2022-11-15 09:39:17 +08:00
dapan1121
d2468c5548
fix: fix asan issues
2022-11-14 14:22:13 +08:00
Ganlin Zhao
e0f2a4b5fe
Merge branch '3.0' into fix/TD-20277
2022-11-09 16:42:22 +08:00
Ganlin Zhao
652c6388f2
fix: fix valgrind invalid read error
2022-11-09 16:40:17 +08:00
dapan1121
884144ba23
Merge pull request #17960 from taosdata/fix/TD-20267
...
fix: filter merge issue
2022-11-08 17:52:31 +08:00
dapan1121
d09351da68
fix: filter merge issue
2022-11-08 14:22:00 +08:00
dapan1121
fc73d39add
fix: fix compare invalid read issues
2022-11-08 13:27:17 +08:00
Haojun Liao
270404318c
other: merge 3.0
2022-11-07 09:28:22 +08:00
Haojun Liao
8bf01cdecb
fix(query): fix error in unit test.
2022-11-05 00:02:25 +08:00
Haojun Liao
8c4be7dc21
refactor: do some internal refactor.
2022-11-04 22:13:40 +08:00
Haojun Liao
03f4918b3b
refactor: do some internal refactor.
2022-11-04 18:46:48 +08:00
Haojun Liao
9c33d10ad9
refactor: remove the unnecessary function.
2022-11-04 09:15:14 +08:00
Haojun Liao
abfa8c1d87
fix(query): add api to memset buffer for filtering data.
2022-11-03 22:05:08 +08:00
dapan1121
973a942d0f
enh: support get meta only from cache
2022-11-01 11:43:40 +08:00
wangmm0220
d212be8a37
fix:defects in coverity
2022-10-26 17:54:19 +08:00
slzhou
bf0a93e8d0
fix: compute udf funcs with all const arguments on server side
2022-10-25 15:24:13 +08:00
Ganlin Zhao
b53a51e5e7
fix coverity
2022-10-25 11:11:17 +08:00
Ganlin Zhao
3a4dc8f0da
Merge branch '3.0' into fix/coverity_glzhao
2022-10-25 09:47:46 +08:00
Ganlin Zhao
c04ade7867
fix: coverity issues
...
CID: 400109
2022-10-24 19:48:58 +08:00
Ganlin Zhao
23b7150dee
fix: coverity issues
...
CID: 399845
2022-10-24 19:20:10 +08:00
Ganlin Zhao
68e274eba2
fix: coverity issues
...
CID: 399665
2022-10-24 16:22:35 +08:00
Ganlin Zhao
4780e88ce9
fix: coverity issues
...
CID: 400330
2022-10-24 15:52:52 +08:00
Ganlin Zhao
120a3ca4b9
fix: coverity issues
...
CID: 400059
2022-10-24 15:18:27 +08:00
Ganlin Zhao
5728685772
fix: coverity issues
...
CID: 399907
2022-10-24 14:54:10 +08:00
Ganlin Zhao
c12f1b6e6a
fix: coverity issues
...
CID: 399890
2022-10-24 14:51:51 +08:00
Ganlin Zhao
623581a51d
fix: coverity issues
...
CID: 399721
2022-10-24 14:26:13 +08:00
Haojun Liao
c41713cf21
Merge pull request #17495 from taosdata/fix/liao_cov
...
refactor: remove redundant codes and do some internal refactor.
2022-10-20 13:16:02 +08:00
Haojun Liao
ae625d3199
refactor: remove redundant codes and do some internal refactor.
2022-10-19 22:33:15 +08:00
dapan1121
fe5b898ee5
Merge pull request #17430 from taosdata/fix/TD-19609
...
fix: fix case when crash issue
2022-10-18 17:37:37 +08:00
dapan1121
c51629e5d3
Merge pull request #17423 from taosdata/fix/TS-1901
...
fix: fix varchar and bigint compare issue
2022-10-18 13:16:27 +08:00
dapan1121
ab7a00abbe
fix: fix case when crash issue
2022-10-18 11:54:30 +08:00
dapan1121
bdb81e2b89
fix: fix varchar and bigint compare issue
2022-10-18 10:44:24 +08:00
Ganlin Zhao
1a3b2fa4f2
fix: coverity issues
...
CID: 399527
2022-10-17 16:55:27 +08:00
Ganlin Zhao
51dd72ec82
fix: coverity issues
...
CID: 372918
2022-10-17 15:53:24 +08:00
Ganlin Zhao
bcf2cfeed7
fix: coverity issues
...
CID: 354713
2022-10-17 11:06:02 +08:00
dapan1121
52e0681769
fix: fix merge issue
2022-10-14 09:16:02 +08:00
dapan1121
f3919c4450
Merge remote-tracking branch 'origin/3.0' into feat/caseWhen
2022-10-14 09:14:01 +08:00
Hongze Cheng
d8e32fb439
more code format
2022-10-13 14:03:23 +08:00
dapan1121
a13f553868
Merge remote-tracking branch 'origin/3.0' into feat/caseWhen
2022-10-12 13:33:41 +08:00
dapan1121
c485718d32
feat: add more case when cases
2022-10-12 11:46:49 +08:00
Hongze Cheng
52bf961622
more code
2022-10-12 11:09:42 +08:00
Shengliang Guan
5a8172d6c2
Merge pull request #17298 from taosdata/fix/glzhao_coverity
...
fix: fix coverity issues
2022-10-11 18:51:52 +08:00
Ganlin Zhao
e5c3ff7158
fix: coverity issues
...
CID: 399950
2022-10-11 17:08:30 +08:00
Ganlin Zhao
936c7b6276
fix: coverity issues
...
CID: 400042
2022-10-11 16:00:19 +08:00
Ganlin Zhao
37a9143fcb
fix: coverity issues
...
CID: 400170
2022-10-11 14:33:10 +08:00
Haojun Liao
187735dede
fix(query): fix the invalid write.
2022-10-11 10:49:19 +08:00
Haojun Liao
2dcb5a9c29
fix(query): fix an typo.
2022-10-10 22:00:36 +08:00
Haojun Liao
73b5a001d6
fix(query): fix invalid type convert in cast function.
2022-10-10 19:15:52 +08:00
dapan1121
55a26990da
feat: support case when cases
2022-10-08 19:07:43 +08:00
dapan1121
50b396c818
fix: fix case when issues
2022-09-30 18:13:55 +08:00
dapan1121
8ab016fd9f
Merge remote-tracking branch 'origin/3.0' into feat/caseWhen
2022-09-30 15:21:03 +08:00
dapan1121
b03b139b76
feat: support case when clause
2022-09-30 14:59:43 +08:00
dapan1121
2d3992b72b
feat: support case when clause
2022-09-29 19:19:49 +08:00
dapan1121
0022a766b3
enh: support case when
2022-09-26 19:21:57 +08:00
Haojun Liao
4ebee6b232
refactor(query): do some internal refactor.
2022-09-26 11:22:26 +08:00
Haojun Liao
91c86188fc
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
2022-09-23 10:03:13 +08:00
Haojun Liao
6f33ae921e
refactor(query): do some internal refactor.
2022-09-23 10:02:43 +08:00
Haojun Liao
7ee2449a73
Merge branch '3.0' into feature/3_liaohj
2022-09-22 14:03:17 +08:00
Haojun Liao
6c6e20ff14
fix(query): fix value number counting in relational processing.
2022-09-21 14:18:27 +08:00
Haojun Liao
721112140f
fix(query): assign qualified value.
2022-09-21 13:51:36 +08:00
Haojun Liao
4ca49bf549
fix(query): assign the result number.
2022-09-21 11:47:15 +08:00
Haojun Liao
33c075542d
refactor(query): do some internal refactor.
2022-09-21 10:26:55 +08:00
Xiaoyu Wang
8a010a58f3
enh: added memory allocators for parser and planner
2022-09-20 16:13:08 +08:00
Shengliang Guan
1c7eb9daac
Merge pull request #16482 from taosdata/fix/filterResErr
...
fix: fix filter group merge error
2022-08-30 09:08:05 +08:00
dapan1121
a861537bc0
fix: fix filter group merge error
2022-08-29 15:44:10 +08:00
dapan1121
44dcaf2517
fix: fix type convertion issue
2022-08-29 09:28:38 +08:00
dapan1121
d18e7cd739
enh: remove compare type convertion
2022-08-26 16:20:07 +08:00
dapan1121
de55d16b60
enh: downgrade value type to speed up filter
2022-08-26 10:59:48 +08:00
Xiaoyu Wang
e5da9167ff
fix: escape character problem in auto create table insert
2022-08-19 11:52:30 +08:00
wangmm0220
c8da11cce6
Merge branch '3.0' into feature/3.0_query_optimize
2022-08-17 19:12:27 +08:00
wangmm0220
e3c11172ec
fix:error in get table list by tag filter
2022-08-17 19:01:22 +08:00
wangmm0220
171ce325c7
fix:error in get table list by tag filter
2022-08-17 11:47:59 +08:00
wangmm0220
2bf2d5e6e1
fix:error in get table list by tag filter
2022-08-17 11:39:55 +08:00
Ganlin Zhao
09ce3b9ffe
fix(query): set proper ltrim/rtrim result schema bytes
...
TD-18431
2022-08-17 11:26:38 +08:00
Ganlin Zhao
c4aa94b236
fix(query): fix nested query length(ltrim/rtrim) result incorrect
...
TD-18388
2022-08-15 14:07:17 +08:00
Haojun Liao
3a6285c478
fix(query): add check when invoking sma filter.
2022-08-11 17:40:55 +08:00
Haojun Liao
4d8842c21f
other:merge 3.0
2022-08-08 16:37:37 +08:00
Haojun Liao
1063064a59
enh(query): support filter by SMA.
2022-08-05 17:40:40 +08:00
dapan1121
9c91c35649
fix: fix sma filter for scalar mode
2022-08-05 16:36:46 +08:00
Haojun Liao
e31ee23fbb
fix(query): fix memory leak.
2022-08-04 15:44:42 +08:00
Haojun Liao
bbcba1855d
Merge branch '3.0' into feature/3_liaohj
2022-08-01 20:09:42 +08:00
Haojun Liao
24218752ab
refactor: optimize tablescan perf.
2022-08-01 16:41:14 +08:00
shenglian zhou
799f7d0f87
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/join
2022-08-01 16:20:17 +08:00
shenglian zhou
905a07801e
fix: fix errors of join test case
2022-08-01 16:19:50 +08:00
Haojun Liao
a2a2dbd68a
refactor: optimize the build block perf.
2022-08-01 13:11:32 +08:00
dapan1121
b0d0b0297f
fix: fix in operator memory leak
2022-08-01 11:12:09 +08:00
Xiaoyu Wang
b08a28d559
fix: some problems of planner
2022-07-30 13:14:44 +08:00
Ganlin Zhao
2416411eaf
Revert "restore sclRewriteOperator logic"
...
This reverts commit 2ff07c8f1e
.
2022-07-23 19:21:08 +08:00
Ganlin Zhao
2ff07c8f1e
restore sclRewriteOperator logic
2022-07-23 18:15:39 +08:00
Ganlin Zhao
c6d9642fed
Merge branch '3.0' into fix/TD-17682
2022-07-23 17:22:52 +08:00
Ganlin Zhao
29fe1d24a4
fix(query): fix sclrewrite function&operator type/bytes
...
TD-17682
2022-07-23 17:20:08 +08:00
dapan1121
741f8f7e55
fix: remove filter ut
2022-07-23 14:55:12 +08:00
slzhou@taodata.com
189c818f54
fix: change the operator type when switch left and right operands
2022-07-23 09:02:28 +08:00
Haojun Liao
e6febe45dd
Merge pull request #15180 from taosdata/feature/3_liaohj
...
fix(query): fix time window generating bug.
2022-07-20 19:15:28 +08:00
Haojun Liao
fc7887e6b7
fix(query): update the sim.
2022-07-20 17:24:49 +08:00
Ganlin Zhao
4dbb2debc0
fix(query): fix memory leak in histogram param validation
...
TD-17598
2022-07-20 14:54:40 +08:00
Xiaoyu Wang
6d5d6746f2
feat: sql command 'show tags from table_name'
2022-07-19 18:51:06 +08:00
afwerar
fa96e64ee0
os: win format negative timestamp error
2022-07-18 16:53:20 +08:00