|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OrcProto.ColumnEncoding.Kind>
org.apache.hadoop.hive.ql.io.orc.OrcProto.ColumnEncoding.Kind
public static enum OrcProto.ColumnEncoding.Kind
Protobuf enum org.apache.hadoop.hive.ql.io.orc.ColumnEncoding.Kind
| Enum Constant Summary | |
|---|---|
DICTIONARY
DICTIONARY = 1; |
|
DICTIONARY_V2
DICTIONARY_V2 = 3; |
|
DIRECT
DIRECT = 0; |
|
DIRECT_V2
DIRECT_V2 = 2; |
|
| Field Summary | |
|---|---|
static int |
DICTIONARY_V2_VALUE
DICTIONARY_V2 = 3; |
static int |
DICTIONARY_VALUE
DICTIONARY = 1; |
static int |
DIRECT_V2_VALUE
DIRECT_V2 = 2; |
static int |
DIRECT_VALUE
DIRECT = 0; |
| Method Summary | |
|---|---|
static org.spark_project.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
org.spark_project.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
org.spark_project.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static org.spark_project.protobuf.Internal.EnumLiteMap<OrcProto.ColumnEncoding.Kind> |
internalGetValueMap()
|
static OrcProto.ColumnEncoding.Kind |
valueOf(org.spark_project.protobuf.Descriptors.EnumValueDescriptor desc)
|
static OrcProto.ColumnEncoding.Kind |
valueOf(int value)
|
static OrcProto.ColumnEncoding.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrcProto.ColumnEncoding.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OrcProto.ColumnEncoding.Kind DIRECT
DIRECT = 0;
public static final OrcProto.ColumnEncoding.Kind DICTIONARY
DICTIONARY = 1;
public static final OrcProto.ColumnEncoding.Kind DIRECT_V2
DIRECT_V2 = 2;
public static final OrcProto.ColumnEncoding.Kind DICTIONARY_V2
DICTIONARY_V2 = 3;
| Field Detail |
|---|
public static final int DIRECT_VALUE
DIRECT = 0;
public static final int DICTIONARY_VALUE
DICTIONARY = 1;
public static final int DIRECT_V2_VALUE
DIRECT_V2 = 2;
public static final int DICTIONARY_V2_VALUE
DICTIONARY_V2 = 3;
| Method Detail |
|---|
public static OrcProto.ColumnEncoding.Kind[] values()
for (OrcProto.ColumnEncoding.Kind c : OrcProto.ColumnEncoding.Kind.values()) System.out.println(c);
public static OrcProto.ColumnEncoding.Kind valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface org.spark_project.protobuf.Internal.EnumLitegetNumber in interface org.spark_project.protobuf.ProtocolMessageEnumpublic static OrcProto.ColumnEncoding.Kind valueOf(int value)
public static org.spark_project.protobuf.Internal.EnumLiteMap<OrcProto.ColumnEncoding.Kind> internalGetValueMap()
public final org.spark_project.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.spark_project.protobuf.ProtocolMessageEnumpublic final org.spark_project.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.spark_project.protobuf.ProtocolMessageEnumpublic static final org.spark_project.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OrcProto.ColumnEncoding.Kind valueOf(org.spark_project.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||