| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterTableOperation<T extends AbstractAlterTableDesc>
Operation process of running some alter table command that requires write id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterTableWithConstraintsDesc
Abstract ancestor of all ALTER TABLE descriptors that are handled by the AlterTableWithWriteIdOperations framework
and also has constraint changes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBaseAlterTableAnalyzer.addInputsOutputsAlterTable(TableName tableName,
Map<String,String> partitionSpec,
AbstractAlterTableDesc desc,
AlterTableType op,
boolean doForceExclusive) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableChangeColumnDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableReplaceColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableUpdateColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddConstraintDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConvertDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExecuteDesc
DDL task task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetOwnerDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPropertiesDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetPropertiesDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAlterTableDesc |
AbstractAlterTableSetPropertiesAnalyzer.createDesc(ASTNode command,
TableName tableName,
Map<String,String> partitionSpec,
Map<String,String> properties,
boolean isToTxn,
boolean isExplicitStatsUpdate,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
protected abstract AbstractAlterTableDesc |
AbstractAlterTablePropertiesAnalyzer.createDesc(ASTNode command,
TableName tableName,
Map<String,String> partitionSpec,
Map<String,String> properties,
boolean isToTxn,
boolean isExplicitStatsUpdate,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
protected AbstractAlterTableDesc |
AbstractAlterTableUnsetPropertiesAnalyzer.createDesc(ASTNode command,
TableName tableName,
Map<String,String> partitionSpec,
Map<String,String> properties,
boolean isToTxn,
boolean isExplicitStatsUpdate,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenameDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPartitionSpecDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSnapshotRefDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableClusteredByDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableIntoBucketsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotClusteredDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotSortedDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableCompactDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConcatenateDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetSerdeDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetFileFormatDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetLocationDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableNotSkewedDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSkewedLocationDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSkewedByDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
default void |
HiveStorageHandler.prepareAlterTableEnvironmentContext(AbstractAlterTableDesc alterTableDesc,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Alter table operations can rely on this to customize the EnvironmentContext to be used during the alter table
invocation (both on client and server side of HMS)
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.