public class CopyMatrixBlockFunction extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>
| Constructor and Description | 
|---|
CopyMatrixBlockFunction()  | 
CopyMatrixBlockFunction(boolean deepCopy)  | 
| Modifier and Type | Method and Description | 
|---|---|
MatrixBlock | 
call(MatrixBlock arg0)  | 
public CopyMatrixBlockFunction()
public CopyMatrixBlockFunction(boolean deepCopy)
public MatrixBlock call(MatrixBlock arg0) throws Exception
call in interface org.apache.spark.api.java.function.Function<MatrixBlock,MatrixBlock>ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.