Package org.vitrivr.cottontail.grpc
Enum Class CottontailGrpc.Projection.ProjectionOperation
java.lang.Object
java.lang.Enum<CottontailGrpc.Projection.ProjectionOperation>
org.vitrivr.cottontail.grpc.CottontailGrpc.Projection.ProjectionOperation
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CottontailGrpc.Projection.ProjectionOperation>,Constable
- Enclosing class:
- CottontailGrpc.Projection
public static enum CottontailGrpc.Projection.ProjectionOperation
extends Enum<CottontailGrpc.Projection.ProjectionOperation>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.vitrivr.cottontail.grpc.Projection.ProjectionOperation-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCOUNT = 2;COUNT_DISTINCT = 3;EXISTS = 4;MAX = 6;MEAN = 8;MIN = 7;SELECT = 0;SELECT_DISTINCT = 1;SUM = 5; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCOUNT_DISTINCT = 3;static final intCOUNT = 2;static final intEXISTS = 4;private static final com.google.protobuf.Internal.EnumLiteMap<CottontailGrpc.Projection.ProjectionOperation>static final intMAX = 6;static final intMEAN = 8;static final intMIN = 7;static final intSELECT_DISTINCT = 1;static final intSELECT = 0;static final intSUM = 5;private final intprivate static final CottontailGrpc.Projection.ProjectionOperation[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CottontailGrpc.Projection.ProjectionOperation>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.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SELECT
SELECT = 0; -
SELECT_DISTINCT
SELECT_DISTINCT = 1; -
COUNT
COUNT = 2; -
COUNT_DISTINCT
COUNT_DISTINCT = 3; -
EXISTS
EXISTS = 4; -
SUM
SUM = 5; -
MAX
MAX = 6; -
MIN
MIN = 7; -
MEAN
MEAN = 8; -
UNRECOGNIZED
-
-
Field Details
-
SELECT_VALUE
public static final int SELECT_VALUESELECT = 0;- See Also:
-
SELECT_DISTINCT_VALUE
public static final int SELECT_DISTINCT_VALUESELECT_DISTINCT = 1;- See Also:
-
COUNT_VALUE
public static final int COUNT_VALUECOUNT = 2;- See Also:
-
COUNT_DISTINCT_VALUE
public static final int COUNT_DISTINCT_VALUECOUNT_DISTINCT = 3;- See Also:
-
EXISTS_VALUE
public static final int EXISTS_VALUEEXISTS = 4;- See Also:
-
SUM_VALUE
public static final int SUM_VALUESUM = 5;- See Also:
-
MAX_VALUE
public static final int MAX_VALUEMAX = 6;- See Also:
-
MIN_VALUE
public static final int MIN_VALUEMIN = 7;- See Also:
-
MEAN_VALUE
public static final int MEAN_VALUEMEAN = 8;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<CottontailGrpc.Projection.ProjectionOperation> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
ProjectionOperation
private ProjectionOperation(int value)
-
-
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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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<CottontailGrpc.Projection.ProjectionOperation> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static CottontailGrpc.Projection.ProjectionOperation 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
-