| Class | Description |
|---|---|
| AbstractAlterTableAnalyzer |
Abstract ancestor of all Alter Table analyzer, that have this structure:
tableName command partitionSpec?
|
| AbstractAlterTableDesc |
Abstract ancestor of all ALTER TABLE descriptors that are handled by the AlterTableWithWriteIdOperations framework.
|
| AbstractAlterTableOperation<T extends AbstractAlterTableDesc> |
Operation process of running some alter table command that requires write id.
|
| AbstractAlterTableWithConstraintsDesc |
Abstract ancestor of all ALTER TABLE descriptors that are handled by the AlterTableWithWriteIdOperations framework
and also has constraint changes.
|
| AbstractBaseAlterTableAnalyzer |
Abstract ancestor of all Alter Table analyzer.
|
| AlterTableAnalyzerCategory |
Alter Table category helper.
|
| AlterTableUtils |
Utilities used by some ALTER TABLE commands.
|
| Enum | Description |
|---|---|
| AlterTableType |
Enumeration of alter table command types.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.