public class HivePartitionMetadata extends Object
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptionInformation> |
getEncryptionInformation() |
HivePartition |
getHivePartition() |
Optional<com.facebook.presto.hive.metastore.Partition> |
getPartition() |
Set<com.facebook.presto.spi.ColumnHandle> |
getRedundantColumnDomains() |
TableToPartitionMapping |
getTableToPartitionMapping() |
public HivePartition getHivePartition()
public Optional<com.facebook.presto.hive.metastore.Partition> getPartition()
public TableToPartitionMapping getTableToPartitionMapping()
public Optional<EncryptionInformation> getEncryptionInformation()
public Set<com.facebook.presto.spi.ColumnHandle> getRedundantColumnDomains()
Copyright © 2012–2023. All rights reserved.