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.
|
AlterCatalogCommentOperation |
Operation to describe a ALTER CATALOG COMMENT statement.
|
AlterCatalogFunctionOperation |
Operation to describe a ALTER FUNCTION statement for catalog functions.
|
AlterCatalogOptionsOperation |
Operation to describe a ALTER CATALOG SET statement.
|
AlterCatalogResetOperation |
Operation to describe an ALTER CATALOG RESET statement.
|
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.
|
AlterTableChangeOperation |
Alter table with new table definition and table changes represents the modification.
|
AlterTableOperation |
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.
|
AlterTableOptionsOperation | Deprecated
Please use
AlterTableChangeOperation instead. |
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–2024 The Apache Software Foundation. All rights reserved.