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_FILTER
BLOOM_FILTER = 7; |
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; |
Modifier and Type | Field and Description |
---|---|
static int |
BLOOM_FILTER_VALUE
BLOOM_FILTER = 7; |
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; |
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 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 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public 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.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 OrcProto.Stream.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017 The Apache Software Foundation. All rights reserved.