OmniSciDB
c1a53651b2
|
#include "DdlCommandExecutor.h"
#include <algorithm>
#include <boost/algorithm/string/predicate.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 "QueryEngine/Execute.h"
#include "QueryEngine/ExternalCacheInvalidators.h"
#include "QueryEngine/ResultSetBuilder.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 |
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.