public static enum OrcProto.Stream.Kind extends Enum<OrcProto.Stream.Kind> implements com.google.protobuf.ProtocolMessageEnum
orc.proto.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 and Description | 
|---|
| BLOOM_FILTERBLOOM_FILTER = 7; | 
| BLOOM_FILTER_UTF8BLOOM_FILTER_UTF8 = 8; | 
| DATADATA = 1; | 
| DICTIONARY_COUNTDICTIONARY_COUNT = 4; | 
| DICTIONARY_DATADICTIONARY_DATA = 3; | 
| LENGTHLENGTH = 2; | 
| PRESENTPRESENT = 0; | 
| ROW_INDEXROW_INDEX = 6; | 
| SECONDARYSECONDARY = 5; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | BLOOM_FILTER_UTF8_VALUEBLOOM_FILTER_UTF8 = 8; | 
| static int | BLOOM_FILTER_VALUEBLOOM_FILTER = 7; | 
| static int | DATA_VALUEDATA = 1; | 
| static int | DICTIONARY_COUNT_VALUEDICTIONARY_COUNT = 4; | 
| static int | DICTIONARY_DATA_VALUEDICTIONARY_DATA = 3; | 
| static int | LENGTH_VALUELENGTH = 2; | 
| static int | PRESENT_VALUEPRESENT = 0; | 
| static int | ROW_INDEX_VALUEROW_INDEX = 6; | 
| static int | SECONDARY_VALUESECONDARY = 5; | 
| 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<OrcProto.Stream.Kind> | internalGetValueMap() | 
| static OrcProto.Stream.Kind | valueOf(com.google.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. | 
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;public static final OrcProto.Stream.Kind BLOOM_FILTER
BLOOM_FILTER = 7;public static final OrcProto.Stream.Kind BLOOM_FILTER_UTF8
BLOOM_FILTER_UTF8 = 8;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;public static final int BLOOM_FILTER_VALUE
BLOOM_FILTER = 7;public static final int BLOOM_FILTER_UTF8_VALUE
BLOOM_FILTER_UTF8 = 8;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 nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static OrcProto.Stream.Kind valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OrcProto.Stream.Kind> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OrcProto.Stream.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.