public static enum SqlAlterHiveTable.AlterTableOp extends Enum<SqlAlterHiveTable.AlterTableOp>
Enum Constant and Description |
---|
ALTER_COLUMNS |
CHANGE_FILE_FORMAT |
CHANGE_LOCATION |
CHANGE_SERDE_PROPS |
CHANGE_TBL_PROPS |
Modifier and Type | Method and Description |
---|---|
static SqlAlterHiveTable.AlterTableOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlAlterHiveTable.AlterTableOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlAlterHiveTable.AlterTableOp CHANGE_TBL_PROPS
public static final SqlAlterHiveTable.AlterTableOp CHANGE_SERDE_PROPS
public static final SqlAlterHiveTable.AlterTableOp CHANGE_FILE_FORMAT
public static final SqlAlterHiveTable.AlterTableOp CHANGE_LOCATION
public static final SqlAlterHiveTable.AlterTableOp ALTER_COLUMNS
public static SqlAlterHiveTable.AlterTableOp[] values()
for (SqlAlterHiveTable.AlterTableOp c : SqlAlterHiveTable.AlterTableOp.values()) System.out.println(c);
public static SqlAlterHiveTable.AlterTableOp valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.