OmniSciDB
a5dc49c757
|
Driver for running validation on a single node. More...
#include <SystemValidator.h>
Public Member Functions | |
SingleNodeValidator (const std::string &type, Catalog_Namespace::Catalog &catalog) | |
std::string | validate () const |
Private Attributes | |
Catalog_Namespace::Catalog & | catalog_ |
Driver for running validation on a single node.
Definition at line 83 of file SystemValidator.h.
|
inline |
Definition at line 85 of file SystemValidator.h.
std::string system_validator::SingleNodeValidator::validate | ( | ) | const |
Definition at line 20 of file SystemValidator.cpp.
References catalog_, Catalog_Namespace::Catalog::getAllTableMetadata(), Catalog_Namespace::Catalog::getDatabaseId(), Catalog_Namespace::Catalog::getTableEpochs(), system_validator::should_validate_epoch(), run_benchmark_import::tables, and system_validator::validate_table_epochs().
Referenced by DBHandler::sql_execute_impl().
|
private |
Definition at line 97 of file SystemValidator.h.
Referenced by validate().