| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddColumnsOperation
Operation process of adding some new columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableChangeColumnOperation
Operation process changing a column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableReplaceColumnsOperation
Operation process of replacing two columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableUpdateColumnsOperation
Operation process of adding some new columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConvertOperation
Operation process of ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetOwnerOperation
Operation process of setting the owner of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPropertiesOperation
Operation process of setting properties of a table.
|
class |
AlterTableUnsetPropertiesOperation
Operation process of unsetting properties of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenameOperation
Operation process of renaming a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPartitionSpecOperation
Operation process of setting partition spec of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableClusteredByOperation
Operation process of clustering a table by some column.
|
class |
AlterTableIntoBucketsOperation
Operation process of setting the number of buckets.
|
class |
AlterTableNotClusteredOperation
Operation process of turning off clustering.
|
class |
AlterTableNotSortedOperation
Operation process of turning of sorting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetSerdeOperation
Operation process of setting the serde.
|
class |
AlterTableSetSerdePropsOperation
Operation process of setting serde properties.
|
class |
AlterTableUnsetSerdePropsOperation
Operation process of unsetting serde properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetFileFormatOperation
Operation process of setting the file format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetLocationOperation
Operation process of setting the location of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableNotSkewedOperation
Operation process of turning of skewing.
|
class |
AlterTableSetSkewedLocationOperation
Operation process of setting the skewed location.
|
class |
AlterTableSkewedByOperation
Operation process of setting the location of a table.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.