Class ScalarObject
java.lang.Object
org.apache.sysds.runtime.instructions.cp.Data
org.apache.sysds.runtime.instructions.cp.ScalarObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BooleanObject,DoubleObject,IntObject,StringObject
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics
-
Constructor Details
-
ScalarObject
-
-
Method Details
-
getBooleanValue
public abstract boolean getBooleanValue() -
getLongValue
public abstract long getLongValue() -
getDoubleValue
public abstract double getDoubleValue() -
getStringValue
-
getSize
public abstract int getSize() -
getLanguageSpecificStringValue
-
getValue
-
toString
-
getDebugName
- Specified by:
getDebugNamein classData
-