protected static enum SemanticAnalyzer.MaterializationRebuildMode extends Enum<SemanticAnalyzer.MaterializationRebuildMode>
| Enum Constant and Description |
|---|
AGGREGATE_REBUILD |
INSERT_OVERWRITE_REBUILD |
NO_AGGREGATE_REBUILD |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static SemanticAnalyzer.MaterializationRebuildMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticAnalyzer.MaterializationRebuildMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticAnalyzer.MaterializationRebuildMode NONE
public static final SemanticAnalyzer.MaterializationRebuildMode INSERT_OVERWRITE_REBUILD
public static final SemanticAnalyzer.MaterializationRebuildMode AGGREGATE_REBUILD
public static final SemanticAnalyzer.MaterializationRebuildMode NO_AGGREGATE_REBUILD
public static SemanticAnalyzer.MaterializationRebuildMode[] values()
for (SemanticAnalyzer.MaterializationRebuildMode c : SemanticAnalyzer.MaterializationRebuildMode.values()) System.out.println(c);
public static SemanticAnalyzer.MaterializationRebuildMode 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 © 2019 The Apache Software Foundation. All Rights Reserved.