1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

feat(optimizer): better CSEP printer + shallow CSEP copy

This commit is contained in:
drrtuy
2025-06-09 18:53:26 +00:00
parent 021a95c683
commit e8dc93b46d
2 changed files with 22 additions and 23 deletions

View File

@ -798,6 +798,7 @@ class CalpontSelectExecutionPlan : public CalpontExecutionPlan
* Return a string rep of the CSEP
* @return a string
*/
void printSubCSEP(const size_t& ident, ostringstream& output, CalpontSelectExecutionPlan*& plan) const;
virtual std::string toString(const size_t ident = 0) const;
/** @brief Is this an internal query?