OmniSciDB
a5dc49c757
|
#include "DBEngine.h"
#include <boost/filesystem.hpp>
#include <stdexcept>
#include "DataMgr/ForeignStorage/ArrowForeignStorage.h"
#include "Fragmenter/FragmentDefaultValues.h"
#include "LockMgr/LockMgr.h"
#include "Parser/ParserWrapper.h"
#include "QueryEngine/ArrowResultSet.h"
#include "QueryEngine/Execute.h"
#include "QueryEngine/ExtensionFunctionsWhitelist.h"
#include "QueryEngine/TableFunctions/TableFunctionsFactory.h"
#include "Shared/SysDefinitions.h"
#include "ThriftHandler/CommandLineOptions.h"
#include "ThriftHandler/DBHandler.h"
Go to the source code of this file.
Classes | |
class | EmbeddedDatabase::CursorImpl |
class | EmbeddedDatabase::DBEngineImpl |
Namespaces | |
EmbeddedDatabase | |
EmbeddedDatabase::anonymous_namespace{DBEngine.cpp} | |
Functions | |
DBEngineImpl * | EmbeddedDatabase::getImpl (DBEngine *ptr) |
const DBEngineImpl * | EmbeddedDatabase::getImpl (const DBEngine *ptr) |
CursorImpl * | EmbeddedDatabase::getImpl (Cursor *ptr) |
const CursorImpl * | EmbeddedDatabase::getImpl (const Cursor *ptr) |
Variables | |
bool | g_enable_thrift_logs |
bool | g_enable_union |
bool | g_serialize_temp_tables |
std::mutex | EmbeddedDatabase::anonymous_namespace{DBEngine.cpp}::engine_create_mutex |
bool g_enable_thrift_logs |
Definition at line 298 of file HeavyDB.cpp.
Referenced by CommandLineOptions::fillOptions(), EmbeddedDatabase::DBEngineImpl::init(), and main().
bool g_enable_union |
Definition at line 56 of file RelAlgExecutor.cpp.
Referenced by CommandLineOptions::fillOptions(), CommandLineOptions::parse_command_line(), and RelLogicalUnion::RelLogicalUnion().
bool g_serialize_temp_tables |
Definition at line 109 of file Catalog.cpp.