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