OmniSciDB
a5dc49c757
|
#include "TableOptimizer.h"
#include "Analyzer/Analyzer.h"
#include "LockMgr/LockMgr.h"
#include "Logger/Logger.h"
#include "QueryEngine/Execute.h"
#include "Shared/misc.h"
#include "Shared/scope.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{TableOptimizer.cpp} | |
Variables | |
float | g_vacuum_min_selectivity {0.1} |
float g_vacuum_min_selectivity {0.1} |
Definition at line 27 of file TableOptimizer.cpp.
Referenced by CommandLineOptions::fillDeveloperOptions(), TableOptimizer::vacuumFragmentsAboveMinSelectivity(), and CommandLineOptions::validate().