Identifier (Apache SystemDS 3.4.0-SNAPSHOT API)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sysds.parser.Expression
Expression.BinaryOp, Expression.BooleanOp, Expression.DataOp, Expression.FunctCallOp, Expression.RelationalOp
-
-
Constructor Summary
Constructors Constructor Description Identifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeDataType()booleandimsKnown()intgetBlocksize()Types.DataTypegetDataType()longgetDim1()longgetDim2()Types.FileFormatgetFileFormat()longgetNnz()Types.ValueTypegetValueType()booleanisScalarBoolean()voidsetBlocksize(int blen)voidsetBooleanProperties()voidsetDataType(Types.DataType dt)voidsetDimensions(long dim1, long dim2)voidsetDimensionValueProperties(Identifier i)voidsetFileFormat(Types.FileFormat ft)voidsetIntProperties()voidsetNnz(long nnzs)voidsetProperties(Identifier i)voidsetValueType(Types.ValueType vt)voidvalidateExpression(HashMap<String,DataIdentifier> ids, HashMap<String,ConstIdentifier> constVars, boolean conditional)-
Methods inherited from class org.apache.sysds.parser.Expression
computeDataType, computeDataType, computeValueType, computeValueType, computeValueType, convertFormatType, equals, getBeginColumn, getBeginLine, getBinaryMatrixCharacteristics, getBinaryOp, getBooleanOp, getEndColumn, getEndLine, getFilename, getOutput, getOutputs, getParseExceptionList, getRelationalOp, getTempName, getText, hashCode, printErrorLocation, printInfoLocation, printWarningLocation, raiseValidateError, raiseValidateError, raiseValidateError, rewriteExpression, setBeginColumn, setBeginLine, setCtxValues, setCtxValuesAndFilename, setEndColumn, setEndLine, setFilename, setOutput, setParseExceptionList, setParseInfo, setText, validateExpression, variablesRead, variablesUpdated
-
-