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 Summary
Fields Modifier and Type Field Description StringfunctionNameStringnamespaceArrayList<ParameterExpression>paramExpression 
- 
Constructor Summary
Constructors Constructor Description ConvertedDMLSyntax(String namespace, String functionName, ArrayList<ParameterExpression> paramExpression) 
 - 
 
- 
- 
Field Detail
- 
namespace
public final String namespace
 
- 
functionName
public final String functionName
 
- 
paramExpression
public final ArrayList<ParameterExpression> paramExpression
 
 - 
 
- 
Constructor Detail
- 
ConvertedDMLSyntax
public ConvertedDMLSyntax(String namespace, String functionName, ArrayList<ParameterExpression> paramExpression)
 
 - 
 
 -