1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

feat(optimizer): first cut for rewrite foreign table into UNION rule

This commit is contained in:
drrtuy
2025-06-09 18:51:52 +00:00
parent 79008f4f69
commit e73e5834ab
3 changed files with 200 additions and 20 deletions

View File

@ -159,6 +159,7 @@ class CalpontSelectExecutionPlan : public CalpontExecutionPlan
*/
~CalpontSelectExecutionPlan() override;
execplan::SCSEP cloneWORecursiveSelects();
/**
* Access and mutator methods
*/