org.apache.sysml.udf

Class ExternalFunctionInvocationInstruction



  • public class ExternalFunctionInvocationInstruction
    extends Instruction
    Class to maintain external function invocation instructions.
    • Constructor Detail

      • ExternalFunctionInvocationInstruction

        public ExternalFunctionInvocationInstruction(String className,
                                                     String configFile,
                                                     String inputParams,
                                                     String outputParams)
    • Method Detail

      • getClassName

        public String getClassName()
      • getConfigFile

        public String getConfigFile()
      • getInputParams

        public String getInputParams()
      • getOutputParams

        public String getOutputParams()
      • processInstruction

        public void processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
                                throws DMLRuntimeException
        Description copied from class: Instruction
        This method should be used to execute the instruction.
        Specified by:
        processInstruction in class Instruction
        Parameters:
        ec - execution context
        Throws:
        DMLRuntimeException - if DMLRuntimeException occurs

Copyright © 2017 The Apache Software Foundation. All rights reserved.