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

feature: pron (#2908)

* feature: Special dictionary, we can pass with session veriable to modify codepaths and behaviour for testing and debugging
This commit is contained in:
Leonid Fedorov
2023-07-21 14:02:03 +03:00
committed by GitHub
parent 510bdd0e7b
commit 65cde8c894
14 changed files with 212 additions and 2 deletions

View File

@ -596,6 +596,8 @@ class CalpontSelectExecutionPlan : public CalpontExecutionPlan
return fOrderByThreads;
}
void pron(std::string&& pron);
void selectSubList(const SelectList& selectSubList)
{
fSelectSubList = selectSubList;
@ -944,6 +946,7 @@ class CalpontSelectExecutionPlan : public CalpontExecutionPlan
bool fIsDML = false;
long fTimeZone = 0;
std::vector<execplan::ParseTree*> fDynamicParseTreeVec;
std::string fPron;
};
/**