Class ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,Long>
 - Enclosing class:
- ParameterizedBuiltinSPInstruction
 
 public static class ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,Long> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RDDTransformApplyOffsetFunction(String spec, String[] colnames)
 
- 
- 
- 
Method Detail- 
callpublic scala.Tuple2<Long,Long> call(scala.Tuple2<Long,FrameBlock> in) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,Long>
- Throws:
- Exception
 
 
- 
 
-