Class StringObject
java.lang.Object
org.apache.sysds.runtime.instructions.cp.Data
org.apache.sysds.runtime.instructions.cp.ScalarObject
org.apache.sysds.runtime.instructions.cp.StringObject
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckMaxStringLength(long len) booleandoublelongintgetSize()getValue()Methods inherited from class org.apache.sysds.runtime.instructions.cp.ScalarObject
getDebugName, getLanguageSpecificStringValue, toStringMethods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics
-
Constructor Details
-
StringObject
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue()- Specified by:
getBooleanValuein classScalarObject
-
getLongValue
public long getLongValue()- Specified by:
getLongValuein classScalarObject
-
getDoubleValue
public double getDoubleValue()- Specified by:
getDoubleValuein classScalarObject
-
getStringValue
- Specified by:
getStringValuein classScalarObject
-
getValue
- Specified by:
getValuein classScalarObject
-
getSize
public int getSize()- Specified by:
getSizein classScalarObject
-
checkMaxStringLength
public static void checkMaxStringLength(long len)
-