public class HivePartition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNPARTITIONED_ID |
| Constructor and Description |
|---|
HivePartition(SchemaTableName tableName,
List<HiveBucketing.HiveBucket> buckets) |
HivePartition(SchemaTableName tableName,
String partitionId,
Map<ColumnHandle,NullableValue> keys,
List<HiveBucketing.HiveBucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<HiveBucketing.HiveBucket> |
getBuckets() |
Map<ColumnHandle,NullableValue> |
getKeys() |
String |
getPartitionId() |
SchemaTableName |
getTableName() |
int |
hashCode() |
String |
toString() |
public static final String UNPARTITIONED_ID
public HivePartition(SchemaTableName tableName, List<HiveBucketing.HiveBucket> buckets)
public HivePartition(SchemaTableName tableName, String partitionId, Map<ColumnHandle,NullableValue> keys, List<HiveBucketing.HiveBucket> buckets)
public SchemaTableName getTableName()
public String getPartitionId()
public Map<ColumnHandle,NullableValue> getKeys()
public List<HiveBucketing.HiveBucket> getBuckets()
Copyright © 2012-2017. All Rights Reserved.