homework-jianmu/source/libs/executor/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
..
CMakeLists.txt enh(query)[TD-33268]. add unit tests to increase test coverage 2024-12-22 14:23:05 +08:00
execUtilTests.cpp enh(query)[TD-33268]. add unit tests to increase test coverage 2024-12-22 14:23:05 +08:00
executorTests.cpp enh(executor):avoid use dangerous functions 2024-10-25 13:47:09 +08:00
joinTests.cpp enh: support ? in limit clause 2025-01-22 11:45:12 +08:00
lhashTests.cpp enh(executor):avoid use dangerous functions 2024-10-25 13:47:09 +08:00
queryPlanTests.cpp feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
sortTests.cpp feat:[TD-32642] add charset for connection support 2024-11-27 14:25:34 +08:00
tSimpleHashTests.cpp fix(util): fix error 2024-07-28 15:46:19 +08:00
timewindowTest.cpp adj query operator result 2024-07-23 10:50:16 +08:00