Module ddl

Module ddl 

Source

Structs§

CreateCatalog
Creates a catalog (aka “Database”).
CreateCatalogSchema
Creates a schema.
CreateExternalTable
Creates an external table.
CreateFunction
Arguments passed to the CREATE FUNCTION statement
CreateFunctionBody
Part of the CREATE FUNCTION statement
CreateIndex
CreateMemoryTable
Creates an in memory table.
CreateView
Creates a view.
DropCatalogSchema
Drops a schema
DropFunction
DropTable
Drops a table.
DropView
Drops a view.
OperateFunctionArg
Part of the CREATE FUNCTION statement

Enums§

DdlStatement
Various types of DDL (CREATE / DROP) catalog manipulation