public static enum CatalogProtos.FunctionType extends Enum<CatalogProtos.FunctionType> implements com.google.protobuf.ProtocolMessageEnum
FunctionType
Enum Constant and Description |
---|
AGGREGATION
AGGREGATION = 1; |
DISTINCT_AGGREGATION
DISTINCT_AGGREGATION = 2; |
DISTINCT_UDA
DISTINCT_UDA = 5; |
GENERAL
GENERAL = 0; |
UDA
UDA = 4; |
UDF
UDF = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
AGGREGATION_VALUE
AGGREGATION = 1; |
static int |
DISTINCT_AGGREGATION_VALUE
DISTINCT_AGGREGATION = 2; |
static int |
DISTINCT_UDA_VALUE
DISTINCT_UDA = 5; |
static int |
GENERAL_VALUE
GENERAL = 0; |
static int |
UDA_VALUE
UDA = 4; |
static int |
UDF_VALUE
UDF = 3; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.FunctionType> |
internalGetValueMap() |
static CatalogProtos.FunctionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.FunctionType |
valueOf(int value) |
static CatalogProtos.FunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.FunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogProtos.FunctionType GENERAL
GENERAL = 0;
public static final CatalogProtos.FunctionType AGGREGATION
AGGREGATION = 1;
public static final CatalogProtos.FunctionType DISTINCT_AGGREGATION
DISTINCT_AGGREGATION = 2;
public static final CatalogProtos.FunctionType UDF
UDF = 3;
public static final CatalogProtos.FunctionType UDA
UDA = 4;
public static final CatalogProtos.FunctionType DISTINCT_UDA
DISTINCT_UDA = 5;
public static final int GENERAL_VALUE
GENERAL = 0;
public static final int AGGREGATION_VALUE
AGGREGATION = 1;
public static final int DISTINCT_AGGREGATION_VALUE
DISTINCT_AGGREGATION = 2;
public static final int UDF_VALUE
UDF = 3;
public static final int UDA_VALUE
UDA = 4;
public static final int DISTINCT_UDA_VALUE
DISTINCT_UDA = 5;
public static CatalogProtos.FunctionType[] values()
for (CatalogProtos.FunctionType c : CatalogProtos.FunctionType.values()) System.out.println(c);
public static CatalogProtos.FunctionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static CatalogProtos.FunctionType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.FunctionType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CatalogProtos.FunctionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.