|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OrcProto.Stream.Kind>
org.apache.hadoop.hive.ql.io.orc.OrcProto.Stream.Kind
public static enum OrcProto.Stream.Kind
Protobuf enum org.apache.hadoop.hive.ql.io.orc.Stream.Kind
if you add new index stream kinds, you need to make sure to update StreamName to ensure it is added to the stripe in the right area
| Enum Constant Summary | |
|---|---|
DATA
DATA = 1; |
|
DICTIONARY_COUNT
DICTIONARY_COUNT = 4; |
|
DICTIONARY_DATA
DICTIONARY_DATA = 3; |
|
LENGTH
LENGTH = 2; |
|
PRESENT
PRESENT = 0; |
|
ROW_INDEX
ROW_INDEX = 6; |
|
SECONDARY
SECONDARY = 5; |
|
| Field Summary | |
|---|---|
static int |
DATA_VALUE
DATA = 1; |
static int |
DICTIONARY_COUNT_VALUE
DICTIONARY_COUNT = 4; |
static int |
DICTIONARY_DATA_VALUE
DICTIONARY_DATA = 3; |
static int |
LENGTH_VALUE
LENGTH = 2; |
static int |
PRESENT_VALUE
PRESENT = 0; |
static int |
ROW_INDEX_VALUE
ROW_INDEX = 6; |
static int |
SECONDARY_VALUE
SECONDARY = 5; |
| 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.Stream.Kind> |
internalGetValueMap()
|
static OrcProto.Stream.Kind |
valueOf(org.spark_project.protobuf.Descriptors.EnumValueDescriptor desc)
|
static OrcProto.Stream.Kind |
valueOf(int value)
|
static OrcProto.Stream.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrcProto.Stream.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.Stream.Kind PRESENT
PRESENT = 0;
public static final OrcProto.Stream.Kind DATA
DATA = 1;
public static final OrcProto.Stream.Kind LENGTH
LENGTH = 2;
public static final OrcProto.Stream.Kind DICTIONARY_DATA
DICTIONARY_DATA = 3;
public static final OrcProto.Stream.Kind DICTIONARY_COUNT
DICTIONARY_COUNT = 4;
public static final OrcProto.Stream.Kind SECONDARY
SECONDARY = 5;
public static final OrcProto.Stream.Kind ROW_INDEX
ROW_INDEX = 6;
| Field Detail |
|---|
public static final int PRESENT_VALUE
PRESENT = 0;
public static final int DATA_VALUE
DATA = 1;
public static final int LENGTH_VALUE
LENGTH = 2;
public static final int DICTIONARY_DATA_VALUE
DICTIONARY_DATA = 3;
public static final int DICTIONARY_COUNT_VALUE
DICTIONARY_COUNT = 4;
public static final int SECONDARY_VALUE
SECONDARY = 5;
public static final int ROW_INDEX_VALUE
ROW_INDEX = 6;
| Method Detail |
|---|
public static OrcProto.Stream.Kind[] values()
for (OrcProto.Stream.Kind c : OrcProto.Stream.Kind.values()) System.out.println(c);
public static OrcProto.Stream.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.Stream.Kind valueOf(int value)
public static org.spark_project.protobuf.Internal.EnumLiteMap<OrcProto.Stream.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.Stream.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 | |||||||||