public class HiveTablePartition extends Object implements Serializable
| 构造器和说明 |
|---|
HiveTablePartition(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
Map<String,Object> partitionSpec,
Properties tableProps) |
HiveTablePartition(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
Properties tableProps) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getPartitionSpec() |
org.apache.hadoop.hive.metastore.api.StorageDescriptor |
getStorageDescriptor() |
Properties |
getTableProps() |
int |
hashCode() |
String |
toString() |
public HiveTablePartition(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
Properties tableProps)
public HiveTablePartition(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
Map<String,Object> partitionSpec,
Properties tableProps)
public org.apache.hadoop.hive.metastore.api.StorageDescriptor getStorageDescriptor()
public Properties getTableProps()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.