You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user