Class RDDConverterUtilsExt.AddRowID

java.lang.Object
org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt.AddRowID
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.spark.sql.Row,Long>,org.apache.spark.sql.Row>
Enclosing class:
RDDConverterUtilsExt

public static class RDDConverterUtilsExt.AddRowID extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.spark.sql.Row,Long>,org.apache.spark.sql.Row>
See Also:
  • Constructor Details

    • AddRowID

      public AddRowID()
  • Method Details

    • call

      public org.apache.spark.sql.Row call(scala.Tuple2<org.apache.spark.sql.Row,Long> arg0) throws Exception
      Specified by:
      call in interface org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.spark.sql.Row,Long>,org.apache.spark.sql.Row>
      Throws:
      Exception