public class HivePartition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNPARTITIONED_ID |
| Constructor and Description |
|---|
HivePartition(SchemaTableName tableName) |
HivePartition(SchemaTableName tableName,
String partitionId,
Map<ColumnHandle,NullableValue> keys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<ColumnHandle,NullableValue> |
getKeys() |
String |
getPartitionId() |
SchemaTableName |
getTableName() |
int |
hashCode() |
String |
toString() |
public static final String UNPARTITIONED_ID
public HivePartition(SchemaTableName tableName)
public HivePartition(SchemaTableName tableName, String partitionId, Map<ColumnHandle,NullableValue> keys)
public SchemaTableName getTableName()
public String getPartitionId()
public Map<ColumnHandle,NullableValue> getKeys()
Copyright © 2012–2023. All rights reserved.