Constructor and Description |
---|
Dag() |
Modifier and Type | Method and Description |
---|---|
boolean |
addNode(Lop node)
Method to add a node to the DAG.
|
ArrayList<Instruction> |
getJobs(StatementBlock sb,
DMLConfig config)
Method to compile a dag generically
|
String |
getNextUniqueFilename() |
static String |
getNextUniqueFilenameSuffix() |
static String |
getNextUniqueVarname(Types.DataType dt) |
public static String getNextUniqueFilenameSuffix()
public String getNextUniqueFilename()
public static String getNextUniqueVarname(Types.DataType dt)
public boolean addNode(Lop node)
node
- low-level operatorpublic ArrayList<Instruction> getJobs(StatementBlock sb, DMLConfig config)
sb
- statement blockconfig
- dml configurationCopyright © 2020 The Apache Software Foundation. All rights reserved.