Package | Description |
---|---|
org.apache.sysds.parser | |
org.apache.sysds.parser.dml |
Modifier and Type | Method and Description |
---|---|
static DataExpression |
DataExpression.getDataExpression(org.antlr.v4.runtime.ParserRuleContext ctx,
String functionName,
ArrayList<ParameterExpression> passedParamExprs,
String filename,
CustomErrorListener errorListener) |
static DataExpression |
DataExpression.getDataExpression(String functionName,
ArrayList<ParameterExpression> passedParamExprs,
ParseInfo parseInfo,
CustomErrorListener errorListener) |
Constructor and Description |
---|
DmlPreprocessor(CustomErrorListener errorListener) |
DmlSyntacticValidator(CustomErrorListener errorListener,
Map<String,String> argVals,
String sourceNamespace,
Set<String> prepFunctions) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.