public static enum OrcProto.Stream.Kind extends Enum<OrcProto.Stream.Kind> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
DATA |
DICTIONARY_COUNT |
DICTIONARY_DATA |
IN_DICTIONARY |
LENGTH |
NANO_DATA |
PRESENT |
ROW_INDEX |
STRIDE_DICTIONARY |
STRIDE_DICTIONARY_LENGTH |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_VALUE |
static int |
DICTIONARY_COUNT_VALUE |
static int |
DICTIONARY_DATA_VALUE |
static int |
IN_DICTIONARY_VALUE |
static int |
LENGTH_VALUE |
static int |
NANO_DATA_VALUE |
static int |
PRESENT_VALUE |
static int |
ROW_INDEX_VALUE |
static int |
STRIDE_DICTIONARY_LENGTH_VALUE |
static int |
STRIDE_DICTIONARY_VALUE |
| 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
public static final OrcProto.Stream.Kind DATA
public static final OrcProto.Stream.Kind LENGTH
public static final OrcProto.Stream.Kind DICTIONARY_DATA
public static final OrcProto.Stream.Kind DICTIONARY_COUNT
public static final OrcProto.Stream.Kind NANO_DATA
public static final OrcProto.Stream.Kind ROW_INDEX
public static final OrcProto.Stream.Kind IN_DICTIONARY
public static final OrcProto.Stream.Kind STRIDE_DICTIONARY
public static final OrcProto.Stream.Kind STRIDE_DICTIONARY_LENGTH
public static final int PRESENT_VALUE
public static final int DATA_VALUE
public static final int LENGTH_VALUE
public static final int DICTIONARY_DATA_VALUE
public static final int DICTIONARY_COUNT_VALUE
public static final int NANO_DATA_VALUE
public static final int ROW_INDEX_VALUE
public static final int IN_DICTIONARY_VALUE
public static final int STRIDE_DICTIONARY_VALUE
public static final int STRIDE_DICTIONARY_LENGTH_VALUE
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–2021. All rights reserved.