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

MCOL-5021 Code changes based on review feedback.

This commit is contained in:
Gagan Goel
2022-08-01 19:35:55 -04:00
parent 11b7ee2f11
commit cbfdae3481
20 changed files with 407 additions and 435 deletions

View File

@ -84,6 +84,14 @@ class XMLJob : public XMLOp
return fJob;
}
/**
* @brief Get reference to job structure
*/
Job& getJob()
{
return fJob;
}
/**
* @brief Load job information
* @param fileName Name of Job XML file to be read