OmniSciDB
bf83d84833
|
#include "DdlCommandExecutor.h"
#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 "QueryEngine/Execute.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 |
bool | g_enable_s3_fsi |
bool g_enable_fsi |
Definition at line 91 of file Catalog.cpp.
bool g_enable_s3_fsi |
Definition at line 25 of file ForeignTable.cpp.