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 SummaryConstructors Constructor Description CompressionWorkloadFunction(CostEstimatorBuilder costBuilder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockcall(MatrixBlock arg0)
 
- 
- 
- 
Constructor Detail- 
CompressionWorkloadFunctionpublic CompressionWorkloadFunction(CostEstimatorBuilder costBuilder) 
 
- 
 - 
Method Detail- 
callpublic MatrixBlock call(MatrixBlock arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-