Class DeCompressionSPInstruction.DeCompressionFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.DeCompressionSPInstruction.DeCompressionFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
 - Enclosing class:
- DeCompressionSPInstruction
 
 public static class DeCompressionSPInstruction.DeCompressionFunction extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DeCompressionFunction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockcall(MatrixBlock arg0)
 
- 
- 
- 
Method Detail- 
callpublic MatrixBlock call(MatrixBlock arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-