| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<Long,MetadataPpdResult>> |
HiveMetaStoreClient.getFileMetadataBySarg(List<Long> fileIds,
ByteBuffer sarg,
boolean doGetFooters) |
Iterable<Map.Entry<Long,MetadataPpdResult>> |
IMetaStoreClient.getFileMetadataBySarg(List<Long> fileIds,
ByteBuffer sarg,
boolean doGetFooters) |
| Modifier and Type | Method and Description |
|---|---|
MetadataPpdResult |
MetadataPpdResult.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,MetadataPpdResult> |
GetFileMetadataByExprResult.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
int |
MetadataPpdResult.compareTo(MetadataPpdResult other) |
boolean |
MetadataPpdResult.equals(MetadataPpdResult that) |
void |
GetFileMetadataByExprResult.putToMetadata(long key,
MetadataPpdResult val) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFileMetadataByExprResult.setMetadata(Map<Long,MetadataPpdResult> metadata) |
| Constructor and Description |
|---|
MetadataPpdResult(MetadataPpdResult other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetFileMetadataByExprResult(Map<Long,MetadataPpdResult> metadata,
boolean isSupported) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.