Class CopyTextInputFunction

java.lang.Object
org.apache.sysds.runtime.instructions.spark.functions.CopyTextInputFunction
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>

public class CopyTextInputFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
    call(scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> arg0)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CopyTextInputFunction

      public CopyTextInputFunction()
  • Method Details

    • call

      public scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> call(scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> arg0) throws Exception
      Specified by:
      call in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
      Throws:
      Exception