Package | Description |
---|---|
org.apache.sysds.parser |
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) |
DataExpression |
OutputStatement.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
OutputStatement.setExprParams(DataExpression newParamerizedExpr) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.