OmniSciDB
bf83d84833
|
#include <string>
#include "Catalog/ColumnDescriptor.h"
#include "Catalog/SessionInfo.h"
#include "Catalog/TableDescriptor.h"
#include "QueryEngine/Descriptors/RelAlgExecutionDescriptor.h"
#include "Utils/DdlUtils.h"
Go to the source code of this file.
Classes | |
class | DdlCommandData |
class | DdlCommand |
class | CreateForeignServerCommand |
class | AlterForeignServerCommand |
class | DropForeignServerCommand |
class | CreateForeignTableCommand |
class | DropForeignTableCommand |
class | AlterForeignTableCommand |
class | ShowForeignServersCommand |
class | ShowTablesCommand |
class | ShowTableDetailsCommand |
class | ShowDatabasesCommand |
class | ShowDiskCacheUsageCommand |
class | RefreshForeignTablesCommand |
struct | DistributedExecutionDetails |
class | DdlCommandExecutor |
|
strong |
Enumerator | |
---|---|
NONE | |
UNION |
Definition at line 186 of file DdlCommandExecutor.h.
|
strong |
Enumerator | |
---|---|
ALL_NODES | |
AGGREGATOR_ONLY | |
LEAVES_ONLY |
Definition at line 185 of file DdlCommandExecutor.h.