|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OrcProto.Type.Kind>
org.apache.hadoop.hive.ql.io.orc.OrcProto.Type.Kind
public static enum OrcProto.Type.Kind
Protobuf enum org.apache.hadoop.hive.ql.io.orc.Type.Kind
| Enum Constant Summary | |
|---|---|
BINARY
BINARY = 8; |
|
BOOLEAN
BOOLEAN = 0; |
|
BYTE
BYTE = 1; |
|
CHAR
CHAR = 17; |
|
DATE
DATE = 15; |
|
DECIMAL
DECIMAL = 14; |
|
DOUBLE
DOUBLE = 6; |
|
FLOAT
FLOAT = 5; |
|
INT
INT = 3; |
|
LIST
LIST = 10; |
|
LONG
LONG = 4; |
|
MAP
MAP = 11; |
|
SHORT
SHORT = 2; |
|
STRING
STRING = 7; |
|
STRUCT
STRUCT = 12; |
|
TIMESTAMP
TIMESTAMP = 9; |
|
UNION
UNION = 13; |
|
VARCHAR
VARCHAR = 16; |
|
| Field Summary | |
|---|---|
static int |
BINARY_VALUE
BINARY = 8; |
static int |
BOOLEAN_VALUE
BOOLEAN = 0; |
static int |
BYTE_VALUE
BYTE = 1; |
static int |
CHAR_VALUE
CHAR = 17; |
static int |
DATE_VALUE
DATE = 15; |
static int |
DECIMAL_VALUE
DECIMAL = 14; |
static int |
DOUBLE_VALUE
DOUBLE = 6; |
static int |
FLOAT_VALUE
FLOAT = 5; |
static int |
INT_VALUE
INT = 3; |
static int |
LIST_VALUE
LIST = 10; |
static int |
LONG_VALUE
LONG = 4; |
static int |
MAP_VALUE
MAP = 11; |
static int |
SHORT_VALUE
SHORT = 2; |
static int |
STRING_VALUE
STRING = 7; |
static int |
STRUCT_VALUE
STRUCT = 12; |
static int |
TIMESTAMP_VALUE
TIMESTAMP = 9; |
static int |
UNION_VALUE
UNION = 13; |
static int |
VARCHAR_VALUE
VARCHAR = 16; |
| 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.Type.Kind> |
internalGetValueMap()
|
static OrcProto.Type.Kind |
valueOf(org.spark_project.protobuf.Descriptors.EnumValueDescriptor desc)
|
static OrcProto.Type.Kind |
valueOf(int value)
|
static OrcProto.Type.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrcProto.Type.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.Type.Kind BOOLEAN
BOOLEAN = 0;
public static final OrcProto.Type.Kind BYTE
BYTE = 1;
public static final OrcProto.Type.Kind SHORT
SHORT = 2;
public static final OrcProto.Type.Kind INT
INT = 3;
public static final OrcProto.Type.Kind LONG
LONG = 4;
public static final OrcProto.Type.Kind FLOAT
FLOAT = 5;
public static final OrcProto.Type.Kind DOUBLE
DOUBLE = 6;
public static final OrcProto.Type.Kind STRING
STRING = 7;
public static final OrcProto.Type.Kind BINARY
BINARY = 8;
public static final OrcProto.Type.Kind TIMESTAMP
TIMESTAMP = 9;
public static final OrcProto.Type.Kind LIST
LIST = 10;
public static final OrcProto.Type.Kind MAP
MAP = 11;
public static final OrcProto.Type.Kind STRUCT
STRUCT = 12;
public static final OrcProto.Type.Kind UNION
UNION = 13;
public static final OrcProto.Type.Kind DECIMAL
DECIMAL = 14;
public static final OrcProto.Type.Kind DATE
DATE = 15;
public static final OrcProto.Type.Kind VARCHAR
VARCHAR = 16;
public static final OrcProto.Type.Kind CHAR
CHAR = 17;
| Field Detail |
|---|
public static final int BOOLEAN_VALUE
BOOLEAN = 0;
public static final int BYTE_VALUE
BYTE = 1;
public static final int SHORT_VALUE
SHORT = 2;
public static final int INT_VALUE
INT = 3;
public static final int LONG_VALUE
LONG = 4;
public static final int FLOAT_VALUE
FLOAT = 5;
public static final int DOUBLE_VALUE
DOUBLE = 6;
public static final int STRING_VALUE
STRING = 7;
public static final int BINARY_VALUE
BINARY = 8;
public static final int TIMESTAMP_VALUE
TIMESTAMP = 9;
public static final int LIST_VALUE
LIST = 10;
public static final int MAP_VALUE
MAP = 11;
public static final int STRUCT_VALUE
STRUCT = 12;
public static final int UNION_VALUE
UNION = 13;
public static final int DECIMAL_VALUE
DECIMAL = 14;
public static final int DATE_VALUE
DATE = 15;
public static final int VARCHAR_VALUE
VARCHAR = 16;
public static final int CHAR_VALUE
CHAR = 17;
| Method Detail |
|---|
public static OrcProto.Type.Kind[] values()
for (OrcProto.Type.Kind c : OrcProto.Type.Kind.values()) System.out.println(c);
public static OrcProto.Type.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.Type.Kind valueOf(int value)
public static org.spark_project.protobuf.Internal.EnumLiteMap<OrcProto.Type.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.Type.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 | |||||||||