| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
FileMetadataExprType |
PartitionExpressionProxy.getMetadataType(String inputFormat)
Determines the file metadata type from input format of the source table or partition.
|
protected abstract FileMetadataExprType |
FileMetadataHandler.getType() |
| Modifier and Type | Method and Description |
|---|---|
FileFormatProxy |
PartitionExpressionProxy.getFileFormatProxy(FileMetadataExprType type)
Gets a separate proxy that can be used to call file-format-specific methods.
|
| Modifier and Type | Method and Description |
|---|---|
static FileMetadataExprType |
FileMetadataExprType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
FileMetadataExprType |
GetFileMetadataByExprRequest.getType() |
FileMetadataExprType |
PutFileMetadataRequest.getType() |
static FileMetadataExprType |
FileMetadataExprType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMetadataExprType[] |
FileMetadataExprType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFileMetadataByExprRequest.setType(FileMetadataExprType type) |
void |
PutFileMetadataRequest.setType(FileMetadataExprType type) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.