Package org.apache.sysds.common
Enum Types.OpOp2
- java.lang.Object
- 
- java.lang.Enum<Types.OpOp2>
- 
- org.apache.sysds.common.Types.OpOp2
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<Types.OpOp2>
 - Enclosing class:
- Types
 
 public static enum Types.OpOp2 extends Enum<Types.OpOp2> 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ANDBITWANDBITWORBITWSHIFTLBITWSHIFTRBITWXORCBINDCONCATCOVDIVDROP_INVALID_LENGTHDROP_INVALID_TYPEEQUALFRAME_ROW_REPLICATEGREATERGREATEREQUALINTDIVINTERQUANTILEIQMLESSLESSEQUALLOGLOG_NZMAXMEDIANMINMINUSMINUS_NZMINUS1_MULTMODULUSMOMENTMULTNOTEQUALORPLUSPOWPRINTQUANTILERBINDSOLVEVALUE_SWAPXOR
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValidOuter()StringtoString()static Types.OpOp2valueOf(String name)Returns the enum constant of this type with the specified name.static Types.OpOp2valueOfByOpcode(String opcode)static Types.OpOp2[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ANDpublic static final Types.OpOp2 AND 
 - 
BITWANDpublic static final Types.OpOp2 BITWAND 
 - 
BITWORpublic static final Types.OpOp2 BITWOR 
 - 
BITWSHIFTLpublic static final Types.OpOp2 BITWSHIFTL 
 - 
BITWSHIFTRpublic static final Types.OpOp2 BITWSHIFTR 
 - 
BITWXORpublic static final Types.OpOp2 BITWXOR 
 - 
CBINDpublic static final Types.OpOp2 CBIND 
 - 
CONCATpublic static final Types.OpOp2 CONCAT 
 - 
COVpublic static final Types.OpOp2 COV 
 - 
DIVpublic static final Types.OpOp2 DIV 
 - 
DROP_INVALID_TYPEpublic static final Types.OpOp2 DROP_INVALID_TYPE 
 - 
DROP_INVALID_LENGTHpublic static final Types.OpOp2 DROP_INVALID_LENGTH 
 - 
EQUALpublic static final Types.OpOp2 EQUAL 
 - 
FRAME_ROW_REPLICATEpublic static final Types.OpOp2 FRAME_ROW_REPLICATE 
 - 
GREATERpublic static final Types.OpOp2 GREATER 
 - 
GREATEREQUALpublic static final Types.OpOp2 GREATEREQUAL 
 - 
INTDIVpublic static final Types.OpOp2 INTDIV 
 - 
INTERQUANTILEpublic static final Types.OpOp2 INTERQUANTILE 
 - 
IQMpublic static final Types.OpOp2 IQM 
 - 
LESSpublic static final Types.OpOp2 LESS 
 - 
LESSEQUALpublic static final Types.OpOp2 LESSEQUAL 
 - 
LOGpublic static final Types.OpOp2 LOG 
 - 
MAXpublic static final Types.OpOp2 MAX 
 - 
MEDIANpublic static final Types.OpOp2 MEDIAN 
 - 
MINpublic static final Types.OpOp2 MIN 
 - 
MINUSpublic static final Types.OpOp2 MINUS 
 - 
MODULUSpublic static final Types.OpOp2 MODULUS 
 - 
MOMENTpublic static final Types.OpOp2 MOMENT 
 - 
MULTpublic static final Types.OpOp2 MULT 
 - 
NOTEQUALpublic static final Types.OpOp2 NOTEQUAL 
 - 
ORpublic static final Types.OpOp2 OR 
 - 
PLUSpublic static final Types.OpOp2 PLUS 
 - 
POWpublic static final Types.OpOp2 POW 
 - 
PRINTpublic static final Types.OpOp2 PRINT 
 - 
QUANTILEpublic static final Types.OpOp2 QUANTILE 
 - 
SOLVEpublic static final Types.OpOp2 SOLVE 
 - 
RBINDpublic static final Types.OpOp2 RBIND 
 - 
VALUE_SWAPpublic static final Types.OpOp2 VALUE_SWAP 
 - 
XORpublic static final Types.OpOp2 XOR 
 - 
MINUS_NZpublic static final Types.OpOp2 MINUS_NZ 
 - 
LOG_NZpublic static final Types.OpOp2 LOG_NZ 
 - 
MINUS1_MULTpublic static final Types.OpOp2 MINUS1_MULT 
 
- 
 - 
Method Detail- 
valuespublic static Types.OpOp2[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Types.OpOp2 c : Types.OpOp2.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Types.OpOp2 valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
isValidOuterpublic boolean isValidOuter() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<Types.OpOp2>
 
 - 
valueOfByOpcodepublic static Types.OpOp2 valueOfByOpcode(String opcode) 
 
- 
 
-