| Interface | Description |
|---|---|
| AlterOperation |
A
Operation that describes the DDL statements, e.g. |
| CreateOperation |
A
Operation that describes the DDL statements, e.g. |
| DropOperation |
A
Operation that describes the DROP DDL statements, e.g. |
| Class | Description |
|---|---|
| AddPartitionsOperation |
Operation to describe ALTER TABLE ADD PARTITION statement.
|
| AlterCatalogFunctionOperation |
Operation to describe a ALTER FUNCTION statement for catalog functions.
|
| AlterDatabaseOperation |
Operation to describe a ALTER DATABASE statement.
|
| AlterPartitionOperation |
Abstract Operation to describe all ALTER TABLE statements that should be applied to partitions.
|
| AlterPartitionPropertiesOperation |
Operation to alter the properties of partition.
|
| AlterTableAddConstraintOperation |
Operation of "ALTER TABLE ADD [CONSTRAINT constraintName] ..." clause.
|
| AlterTableDropConstraintOperation |
Operation of "ALTER TABLE ADD [CONSTRAINT constraintName] ..." clause.
|
| AlterTableOperation |
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.
|
| AlterTableOptionsOperation |
Operation to describe a ALTER TABLE ..
|
| AlterTableRenameOperation |
Operation to describe a ALTER TABLE ..
|
| AlterTableSchemaOperation |
Operation to describe altering the schema of a table.
|
| AlterViewAsOperation |
Operation to describe an ALTER VIEW ...
|
| AlterViewOperation |
Abstract Operation to describe all ALTER VIEW statements.
|
| AlterViewPropertiesOperation |
Operation to describe a ALTER VIEW ..
|
| AlterViewRenameOperation |
Operation to describe a ALTER VIEW ..
|
| AnalyzeTableOperation |
Operation to describe an
ANALYZE TABLE statement. |
| CompilePlanOperation |
Operation to describe an
COMPILE PLAN statement. |
| CreateCatalogFunctionOperation |
Operation to describe a CREATE FUNCTION statement for catalog functions.
|
| CreateCatalogOperation |
Operation to describe a CREATE CATALOG statement.
|
| CreateDatabaseOperation |
Operation to describe a CREATE DATABASE statement.
|
| CreateTableOperation |
Operation to describe a CREATE TABLE statement.
|
| CreateTempSystemFunctionOperation |
Operation to describe a CREATE FUNCTION statement for temporary system function.
|
| CreateViewOperation |
Operation to describe a CREATE VIEW statement.
|
| DropCatalogFunctionOperation |
Operation to describe a DROP FUNCTION statement for catalog functions.
|
| DropCatalogOperation |
Operation to describe a DROP CATALOG statement.
|
| DropDatabaseOperation |
Operation to describe a DROP DATABASE statement.
|
| DropPartitionsOperation |
Operation to describe ALTER TABLE DROP PARTITION statement.
|
| DropTableOperation |
Operation to describe a DROP TABLE statement.
|
| DropTempSystemFunctionOperation |
Operation to describe a DROP FUNCTION statement for temporary system function.
|
| DropViewOperation |
Operation to describe a DROP VIEW statement.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.