Structs§
- Create
Catalog - Creates a catalog (aka “Database”).
- Create
Catalog Schema - Creates a schema.
- Create
External Table - Creates an external table.
- Create
Function - Arguments passed to the
CREATE FUNCTIONstatement - Create
Function Body - Part of the
CREATE FUNCTIONstatement - Create
Index - Create
Memory Table - Creates an in memory table.
- Create
View - Creates a view.
- Drop
Catalog Schema - Drops a schema
- Drop
Function - Drop
Table - Drops a table.
- Drop
View - Drops a view.
- Operate
Function Arg - Part of the
CREATE FUNCTIONstatement
Enums§
- DdlStatement
- Various types of DDL (CREATE / DROP) catalog manipulation