Commit Graph

231 Commits

Author SHA1 Message Date
dapan1121 c73ac53666 fix: add max_speed as keywordw 2023-08-10 08:52:32 +08:00
danielclow 458b3ce137
docs: Rename 27-index.md to 27-indexing.md (#22385)
the original name caused the document to not be displayed properly
2023-08-09 21:09:33 +08:00
slzhou f3133f4c90 fix: modify english version 2023-08-04 10:01:11 +08:00
Shuduo Sang 4cf7515ed3
docs: geometry supplemental docs (#22298)
* docs: geometry supplemental docs

* docs: minor correction

minor correction

---------

Co-authored-by: danielclow <106956386+danielclow@users.noreply.github.com>
2023-08-03 16:35:02 +08:00
chao.feng 7619bbcf22 Update the doc content of taos-sql/22-meta.md to add ins_user_privilege by charles 2023-07-31 16:58:19 +08:00
Shuduo Sang ac2c8bc394 fix: merge with main 2023-07-31 14:06:00 +08:00
Shuduo Sang 8999bb927f docs: add unit in wal_retention_period description 2023-07-28 15:20:45 +08:00
Haojun Liao 2a78cd2d23
Merge pull request #22215 from taosdata/fix/liaohj
other: merge main.
2023-07-28 13:06:17 +08:00
Haojun Liao b145771a1b other: merge 3.0 2023-07-27 16:38:57 +08:00
wade zhang da1ba1782a
Update 02-database.md 2023-07-27 09:18:57 +08:00
danielclow 29460db6f5
docs: change to new product names (#22175)
* change to new product names

* change product names
2023-07-25 00:11:09 +08:00
Shungang Li 96a9d033e5 docs: add info for geometry 2023-07-19 17:44:08 +08:00
yihaoDeng 9667e5df61 remove fulltext 2023-07-18 01:40:49 +00:00
Haojun Liao e0ea0f2df4
Merge pull request #22020 from taosdata/fix/liaohj
other: merge main
2023-07-13 17:55:28 +08:00
Ganlin Zhao 9ce057b1db fix docs 2023-07-12 15:08:31 +08:00
Ganlin Zhao 21decf310f fix docs 2023-07-12 15:03:47 +08:00
Ganlin Zhao cef21f0ac0 change documents 2023-07-12 14:50:36 +08:00
dmchen d568d2f838 doc/TS-3589 2023-07-12 13:38:27 +08:00
kailixu 2e1e7ed78b docs: add example of sma index 2023-07-11 15:09:08 +08:00
Shuduo Sang aaeaf6bb80 docs: fix docs format in index page 2023-07-11 10:16:05 +08:00
Ganlin Zhao 3260708ee5 fix en docs 2023-07-10 16:28:16 +08:00
dmchen 3b691d1d95 doc/password len 2023-07-07 18:07:59 +08:00
wangmm0220 4bebd5c0da docs:add info for INS_SUBSCRIPTIONS 2023-07-07 17:19:06 +08:00
Haojun Liao 6a0da778b4
Merge pull request #21986 from taosdata/mark/doc-3.0
docs:add info for INS_SUBSCRIPTIONS
2023-07-07 16:54:05 +08:00
wangmm0220 19b5da8cd7 docs:add info for INS_SUBSCRIPTIONS 2023-07-03 17:49:22 +08:00
chao.feng 212f738750 udpate buffer default value from 96 to 256 by charles 2023-07-03 14:48:07 +08:00
dapan1121 c8435de64a
Merge branch '3.0' into fix/m23.0 2023-06-29 14:03:56 +08:00
dapan1121 3519e9170e Merge remote-tracking branch 'origin/main' into 3.0 2023-06-29 11:13:45 +08:00
wangmm0220 98ce30f55c docs:modify docs for tmq 2023-06-28 19:26:34 +08:00
Ganlin Zhao 1d314b9ac2
Update 10-function.md 2023-06-28 16:10:04 +08:00
Ganlin Zhao 4f613220d1 fix sample docs 2023-06-28 15:13:35 +08:00
Ganlin Zhao 1a6511fee0 fix unique document 2023-06-28 15:09:42 +08:00
sunpeng 1c5514a114 docs: add version history for python connector 2023-06-27 15:12:14 +08:00
dapan1121 4dae9f4eff merge main to 3.0 2023-06-26 18:43:00 +08:00
Shuduo Sang 14645e23e7 docs: declare strict as obsoleted 2023-06-20 17:37:58 +08:00
Shuduo Sang 0d4d0c0974 docs: fix strict length in ins_databases 2023-06-20 16:05:17 +08:00
Ganlin Zhao e8eadeb9f5 Merge branch '3.0' into feat/TS-3048 2023-06-06 14:55:12 +08:00
dapan1121 ff8fb44cc3
Merge pull request #21495 from taosdata/docs/TD-23990-3.0
chore: update docs about support row/columns width up to 64KB
2023-06-06 11:15:08 +08:00
kailixu c50da378d6 chore: update docs about support row/columns width up to 64KB 2023-06-06 11:09:00 +08:00
Ganlin Zhao 34fa89da0d add en docs 2023-05-30 14:50:03 +08:00
kailixu ee4709bb4b chore: update docs about support row/columns width up to 64KB 2023-05-26 16:01:42 +08:00
Ganlin Zhao a8599d78d1 docs: fix timeline function super table explaination 2023-05-26 14:02:46 +08:00
Shuduo Sang ab017bc747
docs: remove geometry docs (#21454)
* docs: update readme with libgflags

* docs: update readme with geos

* docs: remove geometry docs
2023-05-24 16:29:52 +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 94d71f601d
docs: udf requires python 3.7+ (#21397) 2023-05-21 14:20:01 +08:00
Ganlin Zhao 79d8b8c3d4 add zh/en docs 2023-05-17 16:06:12 +08:00
meeki007 de0cc463e1
Correction/纠正 01-data-type.md (#21313)
# 10 
Change/改变
INT UNSIGNED  --->  SMALLINT UNSIGNED
2023-05-16 07:21:24 +08:00
Shuduo Sang ef80b5b05b
docs: update grafana doc for 3.0 (#21300)
* docs: fix tab value and label

* docs: fix tab value and label

* docs: add dbname note in grafa and fix lots of unicode characters in english doc
2023-05-15 12:26:03 +08:00
Haojun Liao 181f9063e9 other: merge 3.0 2023-05-12 18:13:28 +08:00
Hui Li 7bd0c6553f
Update 04-stable.md 2023-05-12 15:01:30 +08:00