OmniSciDB
a5dc49c757
|
#include "DdlCommandExecutor.h"
#include <algorithm>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include "rapidjson/document.h"
#include "Catalog/Catalog.h"
#include "Catalog/SysCatalog.h"
#include "DataMgr/ForeignStorage/ForeignTableRefresh.h"
#include "LockMgr/LockMgr.h"
#include "Parser/ParserNode.h"
#include "Shared/StringTransform.h"
#include "Shared/SysDefinitions.h"
#include "Fragmenter/InsertOrderFragmenter.h"
#include "QueryEngine/Execute.h"
#include "QueryEngine/ExternalCacheInvalidators.h"
#include "QueryEngine/JsonAccessors.h"
#include "QueryEngine/ResultSetBuilder.h"
#include "QueryEngine/TableFunctions/SystemFunctions/os/ML/MLModel.h"
#include "QueryEngine/TableOptimizer.h"
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats |
class | anonymous_namespace{DdlCommandExecutor.cpp}::JsonColumnSqlType |
declare this class scoped local to avoid exposing rapidjson in the header file More... | |
class | anonymous_namespace{DdlCommandExecutor.cpp}::JsonColumnEncoding |
class | anonymous_namespace{DdlCommandExecutor.cpp}::DdlCommandDataImpl |
Namespaces | |
anonymous_namespace{DdlCommandExecutor.cpp} | |
Variables | |
bool | g_enable_fsi |
bool | g_enable_ml_functions |
bool | g_restrict_ml_model_metadata_to_superusers |
const std::array< std::string, 3 > | anonymous_namespace{DdlCommandExecutor.cpp}::kReservedServerPrefixes {"default", "system", "internal"} |
bool g_enable_fsi |
Definition at line 96 of file Catalog.cpp.
bool g_enable_ml_functions |
Definition at line 122 of file Execute.cpp.
Referenced by Parser::CreateModelStmt::CreateModelStmt(), EvaluateModelCommand::EvaluateModelCommand(), CommandLineOptions::fillOptions(), table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::is_table_function_whitelisted(), ShowModelDetailsCommand::ShowModelDetailsCommand(), ShowModelFeatureDetailsCommand::ShowModelFeatureDetailsCommand(), ShowModelsCommand::ShowModelsCommand(), and CommandLineOptions::validate().
bool g_restrict_ml_model_metadata_to_superusers |
Definition at line 123 of file Execute.cpp.
Referenced by CommandLineOptions::fillOptions(), ShowModelDetailsCommand::ShowModelDetailsCommand(), ShowModelFeatureDetailsCommand::ShowModelFeatureDetailsCommand(), and ShowModelsCommand::ShowModelsCommand().