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 Summary
Constructors Constructor Description RDDTransformApplyOffsetFunction(String spec, String[] colnames) 
 - 
 
- 
- 
Method Detail
- 
call
public scala.Tuple2<Long,Long> call(scala.Tuple2<Long,FrameBlock> in) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,Long>- Throws:
 Exception
 
 - 
 
 -