Class ParameterizedBuiltinSPInstruction.RDDRExpandFunction
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRExpandFunction
-
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- Enclosing class:
- ParameterizedBuiltinSPInstruction
public static class ParameterizedBuiltinSPInstruction.RDDRExpandFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDDRExpandFunction(long maxVal, boolean dirRows, boolean cast, boolean ignore, long blen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>
call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0)
-
-
-
Method Detail
-
call
public Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- Throws:
Exception
-
-