MetaDataAll (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 MetaDataAll()MetaDataAll(BufferedReader br)MetaDataAll(String meta)MetaDataAll(String mtdFileName, boolean conditional, boolean parseMeta)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddVarParam(String name, Expression value, HashMap<String,Expression> varParams)static StringcheckHasDelimitedFormat(String filename, boolean conditional)static booleancheckHasMatrixMarketFormat(String inputFileName, String mtdFileName, boolean conditional)DataCharacteristicsgetDataCharacteristics()StringgetDelim()StringgetFineGrainedPrivacy()StringgetFormatTypeString()booleangetHasHeader()StringgetSchema()booleangetSparseDelim()booleanmtdExists()HashMap<String,Expression>parseMetaDataFileParameters(String mtdFileName, boolean conditional, HashMap<String,Expression> varParams)org.apache.wink.json4j.JSONObjectreadMetadataFile(String filename, boolean conditional)voidsetDelim(String delim)voidsetFineGrainedPrivacy(String fineGrainedPrivacy)voidsetFormatTypeString(String format)voidsetHasHeader(boolean hasHeader)voidsetSchema(String schema)voidsetSparseDelim(boolean sparseDelim)StringtoString()-
Methods inherited from class org.apache.sysds.parser.DataIdentifier
equals, getName, hashCode, multipleReturns, rewriteExpression, setName, variablesRead, variablesUpdated
-
Methods inherited from class org.apache.sysds.parser.Identifier
computeDataType, dimsKnown, getBlocksize, getDataType, getDim1, getDim2, getFileFormat, getNnz, getValueType, isScalarBoolean, setBlocksize, setBooleanProperties, setDataType, setDimensions, setDimensionValueProperties, setFileFormat, setIntProperties, setNnz, setProperties, setValueType, validateExpression
-
Methods inherited from class org.apache.sysds.parser.Expression
computeDataType, computeDataType, computeValueType, computeValueType, computeValueType, convertFormatType, getBeginColumn, getBeginLine, getBinaryMatrixCharacteristics, getBinaryOp, getBooleanOp, getEndColumn, getEndLine, getFilename, getOutput, getOutputs, getParseExceptionList, getRelationalOp, getTempName, getText, printErrorLocation, printInfoLocation, printWarningLocation, raiseValidateError, raiseValidateError, raiseValidateError, setBeginColumn, setBeginLine, setCtxValues, setCtxValuesAndFilename, setEndColumn, setEndLine, setFilename, setOutput, setParseExceptionList, setParseInfo, setText, validateExpression
-
-