Uses of Class
org.apache.sysds.parser.ParForStatementBlock.ResultVar
Packages that use ParForStatementBlock.ResultVar
Package
Description
-
Uses of ParForStatementBlock.ResultVar in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return types with arguments of type ParForStatementBlock.ResultVarMethod parameters in org.apache.sysds.parser with type arguments of type ParForStatementBlock.ResultVarModifier and TypeMethodDescriptionstatic booleanParForStatementBlock.ResultVar.contains(Collection<ParForStatementBlock.ResultVar> list, String varName) voidParForStatementBlock.setResultVariables(ArrayList<ParForStatementBlock.ResultVar> rvars) -
Uses of ParForStatementBlock.ResultVar in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram that return types with arguments of type ParForStatementBlock.ResultVarConstructor parameters in org.apache.sysds.runtime.controlprogram with type arguments of type ParForStatementBlock.ResultVarModifierConstructorDescriptionParForProgramBlock(int ID, Program prog, String iterPredVar, HashMap<String, String> params, ArrayList<ParForStatementBlock.ResultVar> resultVars) ParForProgramBlock constructor.ParForProgramBlock(Program prog, String iterPredVar, HashMap<String, String> params, ArrayList<ParForStatementBlock.ResultVar> resultVars) -
Uses of ParForStatementBlock.ResultVar in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor that return types with arguments of type ParForStatementBlock.ResultVarMethod parameters in org.apache.sysds.runtime.controlprogram.parfor with type arguments of type ParForStatementBlock.ResultVarModifier and TypeMethodDescriptionstatic voidRemoteParForUtils.exportLineageItems(long workerID, LocalVariableMap vars, ArrayList<ParForStatementBlock.ResultVar> resultVars, Lineage lineage) Export lineage for remote Spark parfor workers.RemoteParForUtils.exportResultVariables(long workerID, LocalVariableMap vars, ArrayList<ParForStatementBlock.ResultVar> resultVars) For remote Spark parfor workers.voidParForBody.setResultVariables(ArrayList<ParForStatementBlock.ResultVar> resultVars) -
Uses of ParForStatementBlock.ResultVar in org.apache.sysds.runtime.util
Method parameters in org.apache.sysds.runtime.util with type arguments of type ParForStatementBlock.ResultVarModifier and TypeMethodDescriptionstatic StringProgramConverter.serializeResultVariables(List<ParForStatementBlock.ResultVar> vars)