| Package | Description | 
|---|---|
| oracle.javatools.db.hive | 
| Modifier and Type | Method and Description | 
|---|---|
HivePartition[] | 
HivePartitionProperties.getPartitions()
Gets the partitions objects that represent the partition metadata
 for the parent table. 
 | 
HivePartition[] | 
HiveSkewProperties.getSkewedValues()
Gets the values for the skewed columns that the table is skewed by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HivePartitionProperties.addPartition(HivePartition partition)
Adds a partition to partitions property (at the end). 
 | 
void | 
HiveSkewProperties.addSkewedValue(HivePartition partition)
Adds a partition to partitions property (at the end). 
 | 
static void | 
HivePropertyMetadata.refactorValues(java.beans.PropertyChangeEvent colsChange,
              HivePartition[] parts)
Takes a change event for a DBObjectID[] property and refactors the
 change to the given partitions' "values" properties to ensure that they
 still match the columns. 
 | 
void | 
HivePartitionProperties.removePartition(HivePartition partition)
Removes a partition from the partitions property. 
 | 
void | 
HiveSkewProperties.removeSkewedValue(HivePartition partition)
Removes a partition from the partitions property. 
 | 
void | 
HivePartitionProperties.setPartitions(HivePartition... partitions)
Sets the child partitions objects that represet the partition metadata
 for the parent table. 
 | 
void | 
HiveSkewProperties.setSkewedValues(HivePartition... partitions)
Sets the values for the skewed columns that the table is skewed by. 
 |