public class MRInstructionParser extends InstructionParser
Modifier and Type | Field and Description |
---|---|
static HashMap<String,org.apache.sysml.runtime.instructions.mr.MRInstruction.MRType> |
String2MRInstructionType |
Constructor and Description |
---|
MRInstructionParser() |
Modifier and Type | Method and Description |
---|---|
static org.apache.sysml.runtime.instructions.mr.AggregateBinaryInstruction[] |
parseAggregateBinaryInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.AggregateInstruction[] |
parseAggregateInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.CM_N_COVInstruction[] |
parseCM_N_COVInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.MRInstruction[] |
parseCombineInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.CSVReblockInstruction[] |
parseCSVReblockInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.CSVWriteInstruction[] |
parseCSVWriteInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.DataGenMRInstruction[] |
parseDataGenInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.GroupedAggregateInstruction[] |
parseGroupedAggInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.MRInstruction[] |
parseMixedInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.ReblockInstruction[] |
parseReblockInstructions(String str) |
static org.apache.sysml.runtime.instructions.mr.MRInstruction |
parseSingleInstruction(org.apache.sysml.runtime.instructions.mr.MRInstruction.MRType mrtype,
String str) |
static org.apache.sysml.runtime.instructions.mr.MRInstruction |
parseSingleInstruction(String str) |
public static org.apache.sysml.runtime.instructions.mr.MRInstruction parseSingleInstruction(String str)
public static org.apache.sysml.runtime.instructions.mr.MRInstruction parseSingleInstruction(org.apache.sysml.runtime.instructions.mr.MRInstruction.MRType mrtype, String str)
public static org.apache.sysml.runtime.instructions.mr.MRInstruction[] parseMixedInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.AggregateInstruction[] parseAggregateInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.ReblockInstruction[] parseReblockInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.CSVReblockInstruction[] parseCSVReblockInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.CSVWriteInstruction[] parseCSVWriteInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.AggregateBinaryInstruction[] parseAggregateBinaryInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.DataGenMRInstruction[] parseDataGenInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.MRInstruction[] parseCombineInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.CM_N_COVInstruction[] parseCM_N_COVInstructions(String str)
public static org.apache.sysml.runtime.instructions.mr.GroupedAggregateInstruction[] parseGroupedAggInstructions(String str)
Copyright © 2018 The Apache Software Foundation. All rights reserved.