Package org.apache.sysds.parser.dml
Class DmlSyntacticValidator.ConvertedDMLSyntax
- java.lang.Object
- 
- org.apache.sysds.parser.dml.DmlSyntacticValidator.ConvertedDMLSyntax
 
- 
- Enclosing class:
- DmlSyntacticValidator
 
 public static class DmlSyntacticValidator.ConvertedDMLSyntax extends Object Information about built in functions converted to a common format between PyDML and DML for the runtime.
- 
- 
Field SummaryFields Modifier and Type Field Description StringfunctionNameStringnamespaceArrayList<ParameterExpression>paramExpression
 - 
Constructor SummaryConstructors Constructor Description ConvertedDMLSyntax(String namespace, String functionName, ArrayList<ParameterExpression> paramExpression)
 
- 
- 
- 
Field Detail- 
namespacepublic final String namespace 
 - 
functionNamepublic final String functionName 
 - 
paramExpressionpublic final ArrayList<ParameterExpression> paramExpression 
 
- 
 - 
Constructor Detail- 
ConvertedDMLSyntaxpublic ConvertedDMLSyntax(String namespace, String functionName, ArrayList<ParameterExpression> paramExpression) 
 
- 
 
-