OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DdlCommandExecutor.h File Reference
+ Include dependency graph for DdlCommandExecutor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DdlCommandData
 
class  DdlCommand
 
class  CreateForeignServerCommand
 
class  AlterForeignServerCommand
 
class  DropForeignServerCommand
 
class  CreateForeignTableCommand
 
class  DropForeignTableCommand
 
class  AlterTableAlterColumnCommand
 
class  AlterTableCommand
 
class  AlterForeignTableCommand
 
class  ShowForeignServersCommand
 
class  ShowCreateServerCommand
 
class  ShowTablesCommand
 
class  ShowTableDetailsCommand
 
class  ShowCreateTableCommand
 
class  ShowDatabasesCommand
 
class  ShowFunctionsCommand
 
class  ShowRuntimeFunctionsCommand
 
class  ShowTableFunctionsCommand
 
class  ShowRuntimeTableFunctionsCommand
 
class  ShowModelsCommand
 
class  ShowModelDetailsCommand
 
class  ShowModelFeatureDetailsCommand
 
class  EvaluateModelCommand
 
class  ShowDiskCacheUsageCommand
 
class  ShowUserDetailsCommand
 
class  ShowRolesCommand
 
class  RefreshForeignTablesCommand
 
class  CreatePolicyCommand
 
class  ShowPoliciesCommand
 
class  DropPolicyCommand
 
class  AlterDatabaseCommand
 
class  ReassignOwnedCommand
 
struct  DistributedExecutionDetails
 
class  DdlCommandExecutor
 

Enumerations

enum  ExecutionLocation { ExecutionLocation::ALL_NODES, ExecutionLocation::AGGREGATOR_ONLY, ExecutionLocation::LEAVES_ONLY }
 
enum  AggregationType { AggregationType::NONE, AggregationType::UNION }
 

Enumeration Type Documentation

enum AggregationType
strong
Enumerator
NONE 
UNION 

Definition at line 413 of file DdlCommandExecutor.h.

enum ExecutionLocation
strong
Enumerator
ALL_NODES 
AGGREGATOR_ONLY 
LEAVES_ONLY 

Definition at line 412 of file DdlCommandExecutor.h.