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