public static enum UserProtos.GroupBySupport extends Enum<UserProtos.GroupBySupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.GroupBySupport| Enum Constant and Description |
|---|
GB_BEYOND_SELECT
Group by supported with columns absent from the select list
if all the non-aggregated colums from the select list are also added
|
GB_NONE
Group by is not supported
|
GB_SELECT_ONLY
Group by supported with non aggregated columns in select
|
GB_UNRELATED
Group by supported with columns absent from the select list
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GB_BEYOND_SELECT_VALUE
Group by supported with columns absent from the select list
if all the non-aggregated colums from the select list are also added
|
static int |
GB_NONE_VALUE
Group by is not supported
|
static int |
GB_SELECT_ONLY_VALUE
Group by supported with non aggregated columns in select
|
static int |
GB_UNRELATED_VALUE
Group by supported with columns absent from the select list
|
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.GroupBySupport |
forNumber(int value) |
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<UserProtos.GroupBySupport> |
internalGetValueMap() |
static UserProtos.GroupBySupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.GroupBySupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.GroupBySupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.GroupBySupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.GroupBySupport GB_NONE
Group by is not supported
GB_NONE = 1;public static final UserProtos.GroupBySupport GB_SELECT_ONLY
Group by supported with non aggregated columns in select
GB_SELECT_ONLY = 2;public static final UserProtos.GroupBySupport GB_BEYOND_SELECT
Group by supported with columns absent from the select list if all the non-aggregated colums from the select list are also added
GB_BEYOND_SELECT = 3;public static final UserProtos.GroupBySupport GB_UNRELATED
Group by supported with columns absent from the select list
GB_UNRELATED = 4;public static final int GB_NONE_VALUE
Group by is not supported
GB_NONE = 1;public static final int GB_SELECT_ONLY_VALUE
Group by supported with non aggregated columns in select
GB_SELECT_ONLY = 2;public static final int GB_BEYOND_SELECT_VALUE
Group by supported with columns absent from the select list if all the non-aggregated colums from the select list are also added
GB_BEYOND_SELECT = 3;public static final int GB_UNRELATED_VALUE
Group by supported with columns absent from the select list
GB_UNRELATED = 4;public static UserProtos.GroupBySupport[] values()
for (UserProtos.GroupBySupport c : UserProtos.GroupBySupport.values()) System.out.println(c);
public static UserProtos.GroupBySupport 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.ProtocolMessageEnum@Deprecated public static UserProtos.GroupBySupport valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UserProtos.GroupBySupport forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.GroupBySupport> 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 UserProtos.GroupBySupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 The Apache Software Foundation. All rights reserved.