OmniSciDB
c1a53651b2
|
#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 | ShowCreateServerCommand |
class | ShowTablesCommand |
class | ShowTableDetailsCommand |
class | ShowCreateTableCommand |
class | ShowDatabasesCommand |
class | ShowFunctionsCommand |
class | ShowRuntimeFunctionsCommand |
class | ShowTableFunctionsCommand |
class | ShowRuntimeTableFunctionsCommand |
class | ShowDiskCacheUsageCommand |
class | ShowUserDetailsCommand |
class | ShowRolesCommand |
class | RefreshForeignTablesCommand |
class | CreatePolicyCommand |
class | ShowPoliciesCommand |
class | DropPolicyCommand |
class | AlterDatabaseCommand |
class | ReassignOwnedCommand |
struct | DistributedExecutionDetails |
class | DdlCommandExecutor |
|
strong |
Enumerator | |
---|---|
NONE | |
UNION |
Definition at line 306 of file DdlCommandExecutor.h.
|
strong |
Enumerator | |
---|---|
ALL_NODES | |
AGGREGATOR_ONLY | |
LEAVES_ONLY |
Definition at line 305 of file DdlCommandExecutor.h.