| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.FunctionType |
HiveMetastore.FunctionType.forNumber(int value) |
HiveMetastore.FunctionType |
HiveMetastore.FunctionOrBuilder.getFunctionType()
.org.apache.hadoop.hive.metastore.grpc.FunctionType function_type = 7; |
HiveMetastore.FunctionType |
HiveMetastore.Function.getFunctionType()
.org.apache.hadoop.hive.metastore.grpc.FunctionType function_type = 7; |
HiveMetastore.FunctionType |
HiveMetastore.Function.Builder.getFunctionType()
.org.apache.hadoop.hive.metastore.grpc.FunctionType function_type = 7; |
static HiveMetastore.FunctionType |
HiveMetastore.FunctionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.FunctionType |
HiveMetastore.FunctionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.FunctionType |
HiveMetastore.FunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.FunctionType[] |
HiveMetastore.FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.FunctionType> |
HiveMetastore.FunctionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.Function.Builder |
HiveMetastore.Function.Builder.setFunctionType(HiveMetastore.FunctionType value)
.org.apache.hadoop.hive.metastore.grpc.FunctionType function_type = 7; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.