Enum Class ComboAggregateRequest.AggType
java.lang.Object
java.lang.Enum<ComboAggregateRequest.AggType>
io.deephaven.proto.backplane.grpc.ComboAggregateRequest.AggType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ComboAggregateRequest.AggType>
,java.lang.constant.Constable
- Enclosing class:
- ComboAggregateRequest
public static enum ComboAggregateRequest.AggType
extends Enum<ComboAggregateRequest.AggType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
io.deephaven.proto.backplane.grpc.ComboAggregateRequest.AggType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionABS_SUM = 1;
AVG = 3;
COUNT = 4;
FIRST = 5;
GROUP = 2;
LAST = 6;
MAX = 8;
MEDIAN = 9;
MIN = 7;
PERCENTILE = 10;
STD = 11;
SUM = 0;
VAR = 12;
WEIGHTED_AVG = 13;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
ABS_SUM = 1;
static final int
AVG = 3;
static final int
COUNT = 4;
static final int
FIRST = 5;
static final int
GROUP = 2;
static final int
LAST = 6;
static final int
MAX = 8;
static final int
MEDIAN = 9;
static final int
MIN = 7;
static final int
PERCENTILE = 10;
static final int
STD = 11;
static final int
SUM = 0;
static final int
VAR = 12;
static final int
WEIGHTED_AVG = 13;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<ComboAggregateRequest.AggType>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ComboAggregateRequest.AggType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUM
SUM = 0;
-
ABS_SUM
ABS_SUM = 1;
-
GROUP
GROUP = 2;
-
AVG
AVG = 3;
-
COUNT
COUNT = 4;
-
FIRST
FIRST = 5;
-
LAST
LAST = 6;
-
MIN
MIN = 7;
-
MAX
MAX = 8;
-
MEDIAN
MEDIAN = 9;
-
PERCENTILE
PERCENTILE = 10;
-
STD
STD = 11;
-
VAR
VAR = 12;
-
WEIGHTED_AVG
WEIGHTED_AVG = 13;
-
UNRECOGNIZED
-
-
Field Details
-
SUM_VALUE
public static final int SUM_VALUESUM = 0;
- See Also:
-
ABS_SUM_VALUE
public static final int ABS_SUM_VALUEABS_SUM = 1;
- See Also:
-
GROUP_VALUE
public static final int GROUP_VALUEGROUP = 2;
- See Also:
-
AVG_VALUE
public static final int AVG_VALUEAVG = 3;
- See Also:
-
COUNT_VALUE
public static final int COUNT_VALUECOUNT = 4;
- See Also:
-
FIRST_VALUE
public static final int FIRST_VALUEFIRST = 5;
- See Also:
-
LAST_VALUE
public static final int LAST_VALUELAST = 6;
- See Also:
-
MIN_VALUE
public static final int MIN_VALUEMIN = 7;
- See Also:
-
MAX_VALUE
public static final int MAX_VALUEMAX = 8;
- See Also:
-
MEDIAN_VALUE
public static final int MEDIAN_VALUEMEDIAN = 9;
- See Also:
-
PERCENTILE_VALUE
public static final int PERCENTILE_VALUEPERCENTILE = 10;
- See Also:
-
STD_VALUE
public static final int STD_VALUESTD = 11;
- See Also:
-
VAR_VALUE
public static final int VAR_VALUEVAR = 12;
- See Also:
-
WEIGHTED_AVG_VALUE
public static final int WEIGHTED_AVG_VALUEWEIGHTED_AVG = 13;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ComboAggregateRequest.AggType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ComboAggregateRequest.AggType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-