public static enum HiveParserBaseSemanticAnalyzer.TableSpec.SpecType extends Enum<HiveParserBaseSemanticAnalyzer.TableSpec.SpecType>
Enum Constant and Description |
---|
DYNAMIC_PARTITION |
STATIC_PARTITION |
TABLE_ONLY |
Modifier and Type | Method and Description |
---|---|
static HiveParserBaseSemanticAnalyzer.TableSpec.SpecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveParserBaseSemanticAnalyzer.TableSpec.SpecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveParserBaseSemanticAnalyzer.TableSpec.SpecType TABLE_ONLY
public static final HiveParserBaseSemanticAnalyzer.TableSpec.SpecType STATIC_PARTITION
public static final HiveParserBaseSemanticAnalyzer.TableSpec.SpecType DYNAMIC_PARTITION
public static HiveParserBaseSemanticAnalyzer.TableSpec.SpecType[] values()
for (HiveParserBaseSemanticAnalyzer.TableSpec.SpecType c : HiveParserBaseSemanticAnalyzer.TableSpec.SpecType.values()) System.out.println(c);
public static HiveParserBaseSemanticAnalyzer.TableSpec.SpecType 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–2024 The Apache Software Foundation. All rights reserved.