Commit Graph

140 Commits

Author SHA1 Message Date
Ping Xiao 6e43d74677 update coverage data 2024-01-29 15:24:28 +08:00
Ping Xiao 0331c1f9ad add taosdump into rpm and deb 2023-11-29 16:41:08 +08:00
Shuduo Sang 1594005148
docs: update readme for build contrib on (#22299)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs

* docs: update readme

* docs: update readme for 3.0

* docs: update readme for build contrib on
2023-08-03 11:44:06 +08:00
Shuduo Sang ca346501de docs: update readme to claim does not support cross-compile 2023-07-21 13:39:15 +08:00
Shuduo Sang 04acc9dc51
docs: update readme main (#21751)
* docs: update readme with libgflags

* docs: update README-CN.md

* docs: update readme for gflags on centos
2023-06-16 09:40:39 +08:00
Shuduo Sang b885bef139
docs: update readme main (#21654)
* docs: update readme with libgflags

* docs: update README-CN.md
2023-06-08 13:11:09 +08:00
Shuduo Sang cd2fdf49f3
docs: update readme (#21473)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs

* docs: update readme
2023-05-25 16:48:47 +08:00
Shuduo Sang 81af19af85
docs: update readme with geos (#21453)
* docs: update readme with libgflags

* docs: update readme with geos
2023-05-24 16:03:55 +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
Shuduo Sang 9e8cc7d18c
docs: update readme with libgflags (#21293) 2023-05-14 21:52:51 +08:00
Shengliang Guan e5bd2b474b
Merge pull request #19373 from taosdata/danielclow-patch-2
docs - update social media links in readme.md
2023-03-02 17:36:08 +08:00
xinsheng Ren 290dc2f190
fix: TD-22352 sudo required to start service on mac (#19963)
Co-authored-by: facetosea <25808407@qq.com>
2023-02-14 18:58:43 +08:00
Shuduo Sang 6a12cd9c8c
docs: add toolset build dependency (#19956) 2023-02-13 17:24:08 +08:00
Shuduo Sang 94158747ca
Update README.md 2023-02-08 09:54:21 +08:00
Shuduo Sang 52d117293a
Update README.md 2023-02-08 09:53:04 +08:00
Shuduo Sang 85e6066002
Update README.md 2023-02-08 09:46:40 +08:00
Shuduo Sang 273d4e9665
Update README.md 2023-02-08 09:44:29 +08:00
danielclow 6ddb968fcc
docs - update social media links in readme.md
corrected twitter link and modified youtube link
2023-01-04 22:13:26 +08:00
Shuduo Sang 4e8ddc7733
fix: taosdump atomic static link (#18763)
* fix: taosdump static link atomic

* fix: update taos-tools f19765c

* fix: update taos-tools 44eb21e

* fix: update taos-tools 41c0399

* fix: taos-tools 829fa4d

* fix: update taos-tools 09dcf38

* docs: update readme to add few static lib

* fix: update taos-tools cac24d3
2022-12-07 16:50:33 +08:00
Sai Vishwak c207caf949
Update number of stars in README 2022-11-27 13:00:53 +05:30
wenzhouwww c5ac8cb09f
Update README.md 2022-11-02 09:45:36 +08:00
danielclow 466f325514
Update README.md
Update corporate twitter account link
2022-10-24 11:02:03 +08:00
afwerar e453e96d6b os: Mac change service name 2022-10-13 18:34:11 +08:00
Shengliang Guan 2248d51774
Merge pull request #17294 from taosdata/main
docs: update README.md
2022-10-11 16:24:46 +08:00
Zhiqiang Wang 1e6ac774aa
docs: change doc about Mac (#17227) 2022-10-08 23:57:40 +08:00
Zhiqiang Wang d3c4b33893
doc: change doc about Mac (#17207)
* doc: change doc about Mac

* docs: fixed few typos

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-10-08 13:40:41 +08:00
Zhiqiang Wang d05b134a48
os: Mac package (#17201)
* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package

* os: Mac package
2022-10-08 10:12:17 +08:00
Jeff Tao 4bc0d33db3
Update README.md 2022-09-30 21:14:09 -07:00
danielclow ff8a607882
doc: add social media links to readme (#17016)
added twitter, linkedin, and youtube links in addition to discord link
2022-09-23 11:34:06 +08:00
danielclow c66da3ce90
Update README.md
Corrected one typo and some links
2022-09-16 10:26:52 +08:00
Jeff Tao d243390126
Update README.md 2022-09-15 13:29:15 -07:00
Jeff Tao 0fcb94cfe4
Update README.md 2022-09-15 13:00:18 -07:00
Jeff Tao 9816298caf
Update README.md 2022-09-15 12:58:22 -07:00
wade zhang dd479baded
Update README.md 2022-08-25 08:40:45 +08:00
Jeff Tao dc10d983c3
Update README.md 2022-08-24 09:03:21 +08:00
Jeff Tao f63935f27e
Update README.md 2022-08-24 09:01:01 +08:00
Jeff Tao 742411dfcb
Update README.md 2022-08-24 09:00:33 +08:00
Shuduo Sang 06ac4c9636
Update README.md (#16347) 2022-08-23 19:14:21 +08:00
afwerar 40b355239b doc: update 3.0 mac doc 2022-08-23 13:23:49 +08:00
Pan YANG c5211c45d4
Merge branch 'main' into main 2022-08-22 11:30:56 +08:00
Jeff Tao f9821d3627
Update README.md 2022-08-14 22:51:21 +08:00
Jeff Tao a9ba14d55c
Update README.md 2022-08-14 22:49:51 +08:00
Pan YANG 14be518c03 fix: typos in README 2022-08-14 15:18:47 +08:00
wenzhouwww@live.cn 458402f68e update 2022-08-12 19:54:31 +08:00
wenzhouwww 915588d0a3
Merge branch '3.0' into docs/readme_english 2022-08-12 18:38:05 +08:00
wenzhouwww@live.cn 994f5d71dc update 2022-08-12 18:35:50 +08:00
Zhiqiang Wang b09f43b3a9
Merge branch '3.0' into fix/ZhiqiangWang/TD-17903-remove-win32-from-doc 2022-08-12 18:32:08 +08:00
wenzhouwww 05f41b472b
Merge branch '3.0' into docs/readme_english 2022-08-12 18:29:39 +08:00
wenzhouwww@live.cn 5e56829315 docs : update readme about 3.0 branch about englist version 2022-08-12 18:16:44 +08:00
wade zhang c7dc747be5
Update README.md 2022-08-12 16:11:25 +08:00