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