public static enum HivePageSourceProvider.ColumnMappingKind extends Enum<HivePageSourceProvider.ColumnMappingKind>
| Enum Constant and Description |
|---|
AGGREGATED |
INTERIM |
PREFILLED |
REGULAR |
| Modifier and Type | Method and Description |
|---|---|
static HivePageSourceProvider.ColumnMappingKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HivePageSourceProvider.ColumnMappingKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HivePageSourceProvider.ColumnMappingKind REGULAR
public static final HivePageSourceProvider.ColumnMappingKind PREFILLED
public static final HivePageSourceProvider.ColumnMappingKind INTERIM
public static final HivePageSourceProvider.ColumnMappingKind AGGREGATED
public static HivePageSourceProvider.ColumnMappingKind[] values()
for (HivePageSourceProvider.ColumnMappingKind c : HivePageSourceProvider.ColumnMappingKind.values()) System.out.println(c);
public static HivePageSourceProvider.ColumnMappingKind 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 © 2012–2023. All rights reserved.