| Package | Description | 
|---|---|
| org.apache.sysds.parser | |
| org.apache.sysds.runtime.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParForStatementBlock
This ParForStatementBlock is essentially identical to a ForStatementBlock, except an extended validate
 for checking/setting optional parfor parameters and running the loop dependency analysis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DMLTranslator.constructHopsForForControlBlock(ForStatementBlock sb)
Constructs Hops for a given ForStatementBlock or ParForStatementBlock, respectively. 
 | 
void | 
DMLTranslator.constructHopsForIterablePredicate(ForStatementBlock fsb)
Constructs all predicate Hops (for FROM, TO, INCREMENT) of an iterable predicate
 and assigns these Hops to the passed statement block. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ForStatementBlock | 
ProgramConverter.createForStatementBlockCopy(ForStatementBlock sb,
                           boolean forceDeepCopy)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ForStatementBlock | 
ProgramConverter.createForStatementBlockCopy(ForStatementBlock sb,
                           boolean forceDeepCopy)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.