Class FrameRDDConverterUtils.LongWritableTextToLongTextFunction
java.lang.Object
org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableTextToLongTextFunction
- All Implemented Interfaces:
Serializable,org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>, Long, org.apache.hadoop.io.Text>
- Enclosing class:
- FrameRDDConverterUtils
public static class FrameRDDConverterUtils.LongWritableTextToLongTextFunction
extends Object
implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,Long,org.apache.hadoop.io.Text>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongWritableTextToLongTextFunction
public LongWritableTextToLongTextFunction()
-
-
Method Details
-
call
-