Class MapInputSignature
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.MapInputSignature
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock[]>
public class MapInputSignature extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock[]>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MapInputSignature() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlock[]call(MatrixBlock v1) 
 - 
 
- 
- 
Method Detail
- 
call
public MatrixBlock[] call(MatrixBlock v1) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock[]>- Throws:
 Exception
 
 - 
 
 -