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