Package org.apache.sysds.parser
package org.apache.sysds.parser
-
ClassDescriptionThese are the builtin constantsBinary operators.Boolean operators.Data operators.Function call operators.Relational operators.FunctionDictionary<T extends Types.FunctionBlock>Dictionary of all functions of a namespace, represented as a simple key-value map of function names and function statement blocks.Exception occurring at the Language level.This ParForStatement is essentially identical to a ForStatement, except an extended toString method for printing the 'parfor' keyword.This ParForStatementBlock is essentially identical to a ForStatementBlock, except an extended validate for checking/setting optional parfor parameters and running the loop dependency analysis.This exception is thrown when parse issues are encountered.Base class for all dml parsers in order to make the various compilation chains independent of the used parser.The PRINTTYPE options are: PRINT, PRINTF, and STOP.