Home
last modified time | relevance | path

Searched refs:wcList (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dwindowfunctionstep.cpp355 RetColsVector wcList; in checkWindowFunction() local
360 if (!wcList.empty()) in checkWindowFunction()
371 else if (!wcList.empty()) in checkWindowFunction()
373 jobInfo.windowCols.insert(jobInfo.windowCols.end(), wcList.begin(), wcList.end()); in checkWindowFunction()
375 for (RetColsVector::const_iterator k = wcList.begin(); k < wcList.end(); k++) in checkWindowFunction()
392 RetColsVector wcList; in checkWindowFunction() local
397 if (wc == NULL && wcList.empty()) in checkWindowFunction()
403 if (!wcList.empty()) in checkWindowFunction()
414 else if (!wcList.empty()) in checkWindowFunction()
417 jobInfo.windowCols.end(), wcList.begin(), wcList.end()); in checkWindowFunction()
[all …]
H A Djlf_subquery.cpp358 const vector<WindowFunctionColumn*>& wcList = (*i)->windowfunctionColumnList();
360 if (!wcList.empty())
362 vector<WindowFunctionColumn*>::const_iterator j = wcList.begin();
364 while (j != wcList.end())
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dwindowfunctionstep.cpp355 RetColsVector wcList; in checkWindowFunction() local
360 if (!wcList.empty()) in checkWindowFunction()
371 else if (!wcList.empty()) in checkWindowFunction()
373 jobInfo.windowCols.insert(jobInfo.windowCols.end(), wcList.begin(), wcList.end()); in checkWindowFunction()
375 for (RetColsVector::const_iterator k = wcList.begin(); k < wcList.end(); k++) in checkWindowFunction()
392 RetColsVector wcList; in checkWindowFunction() local
397 if (wc == NULL && wcList.empty()) in checkWindowFunction()
403 if (!wcList.empty()) in checkWindowFunction()
414 else if (!wcList.empty()) in checkWindowFunction()
417 jobInfo.windowCols.end(), wcList.begin(), wcList.end()); in checkWindowFunction()
[all …]
H A Djlf_subquery.cpp358 const vector<WindowFunctionColumn*>& wcList = (*i)->windowfunctionColumnList();
360 if (!wcList.empty())
362 vector<WindowFunctionColumn*>::const_iterator j = wcList.begin();
364 while (j != wcList.end())