TDengine/source/libs/parser/test
Jing Sima 410324746b
feat:[TS-4897] virtual table (#30098)
* feat: [TS-4897] Support create/drop/alter/show/describe vtable

* feat: [TS-4897] Support vtable's query

* feat: [TS-4897] Support create virtual supertable

* feat: [TS-4897] Support explain analyze / where / count(*) and only select ts of vtable.

* feat: [TS-4897] Add create test and fix bugs

* feat: [TS-4897] Add alter/drop test and fix bugs

* feat: [TS-4897] Add describe/show test and fix bugs

* feat: [TS-4897] Add auth test and fix bugs

* feat: [TS-4897] Fix meta/catalog/cache bugs

* feat: [TS-4897] Support select tag from virtual child table

* feat: [TS-4897] Add select test and fix plenty of bugs

* feat: [TS-4897] Add optimize rule for vtable scan / support create vtable cross database / remove enterprise constraint / fix bugs.

* feat: [TS-4897] Fix 'schema is old'

* feat: [TS-4897] Support virtual stable query

* feat: [TS-4897] Add tests and Fix bugs

* feat: [TS-4897] resolve conflict.
2025-03-15 14:10:46 +08:00
..
Testing/Temporary feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
CMakeLists.txt os: add Mac compile support 2022-07-02 17:40:23 +08:00
mockCatalog.cpp feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
mockCatalog.h TD-10674 insert unit test with multiple scenarios 2021-12-21 17:03:20 -05:00
mockCatalogService.cpp fix parser/planner/nodes ret check ci 2024-07-26 17:57:29 +08:00
mockCatalogService.h feat: the compact command adds 'start with end with' clause 2023-03-07 15:24:04 +08:00
parAlterToBalanceTest.cpp feat/TS-5927-long-password-fix-cases 2025-02-13 10:02:17 +00:00
parExplainToSyncdbTest.cpp fix: plannerTest/parserTest crash and memory leaks 2024-02-05 13:05:01 +08:00
parInitialCTest.cpp feat/TS-5927-long-password-fix-cases 2025-02-13 10:02:17 +00:00
parInitialDTest.cpp fix: plannerTest/parserTest crash and memory leaks 2024-02-05 13:05:01 +08:00
parInsertTest.cpp enh: insert client optimize 2022-08-15 14:45:59 +08:00
parSelectTest.cpp feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
parShowToUse.cpp fix: ut case issue 2023-10-30 16:44:10 +08:00
parTestMain.cpp feat:[TS-3718]save slow log file one day one file 2024-08-02 16:29:48 +08:00
parTestUtil.cpp fix parser/planner/nodes ret check ci 2024-07-26 17:57:29 +08:00
parTestUtil.h feat: support writing streams to existing tables 2023-01-17 16:47:43 +08:00