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