homework-jianmu/source/libs/parser/test
Jinqing Kuang ac23a4fc55
feat(stream): support stream processing for virtual tables (#30144)
* enh: add client processing

* enh: add mnode vtables processing

* enh: add mnode vtable processing

* enh: add normal child vtable support

* fix: compile issues

* fix: compile issues

* fix: create stream issues

* fix: multi stream scan issue

* fix: remove debug info

* fix: agg task and task level issues

* fix: correct task output type

* fix: split vtablescan from agg

* fix: memory leak issues

* fix: add limitations

* Update 09-error-code.md

* Update 09-error-code.md

* fix: remove usless case

* feat(stream): extract original table data in source scan task

Implemented functionality in the source task to extract data
corresponding to the virtual table from the original table using WAL.
The extracted data is then sent to the downstream merge task for further
processing.

* feat(stream): multi-way merge using loser tree in virtual merge task

Implemented multi-way merge in the merge task using a loser tree to
combine data from multiple original table into a single virtual table.
The merged virtual table data is then pushed downstream for further
processing.  Introduced memory limit handling during the merge process
with configurable behavior when the memory limit is reached.

* fix(test): remove useless cases

---------

Co-authored-by: dapan1121 <wpan@taosdata.com>
Co-authored-by: Pan Wei <72057773+dapan1121@users.noreply.github.com>
2025-03-15 17:06:48 +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 feat(stream): support stream processing for virtual tables (#30144) 2025-03-15 17:06:48 +08:00
parTestUtil.h feat: support writing streams to existing tables 2023-01-17 16:47:43 +08:00