Package | Description |
---|---|
org.apache.hive.hcatalog.api |
Modifier and Type | Field and Description |
---|---|
static EnumSet<HCatTable.TableAttribute> |
HCatTable.DEFAULT_COMPARISON_ATTRIBUTES
The default set of attributes that can be diffed between HCatTables.
|
static EnumSet<HCatTable.TableAttribute> |
HCatTable.NO_DIFF
2 HCatTables are considered equivalent if
lhs.diff(rhs).equals(NO_DIFF) == true; |
Modifier and Type | Method and Description |
---|---|
static HCatTable.TableAttribute |
HCatTable.TableAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HCatTable.TableAttribute[] |
HCatTable.TableAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<HCatTable.TableAttribute> |
HCatTable.diff(HCatTable rhs)
Method to compare the attributes of 2 HCatTable instances.
|
EnumSet<HCatTable.TableAttribute> |
HCatTable.diff(HCatTable rhs,
EnumSet<HCatTable.TableAttribute> attributesToCheck)
Method to compare the attributes of 2 HCatTable instances.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<HCatTable.TableAttribute> |
HCatTable.diff(HCatTable rhs,
EnumSet<HCatTable.TableAttribute> attributesToCheck)
Method to compare the attributes of 2 HCatTable instances.
|
HCatTable |
HCatTable.resolve(HCatTable rhs,
EnumSet<HCatTable.TableAttribute> attributes)
Method to "adopt" the specified attributes from rhs into this HCatTable object.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.