public static class AppendGSPInstruction.MergeWithShiftedBlocks extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<Iterable<MatrixBlock>,Iterable<MatrixBlock>>>,MatrixIndexes,MatrixBlock>
Constructor and Description |
---|
MergeWithShiftedBlocks(DataCharacteristics mc1,
DataCharacteristics mc2,
boolean cbind) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<MatrixIndexes,MatrixBlock> |
call(scala.Tuple2<MatrixIndexes,scala.Tuple2<Iterable<MatrixBlock>,Iterable<MatrixBlock>>> kv) |
public MergeWithShiftedBlocks(DataCharacteristics mc1, DataCharacteristics mc2, boolean cbind)
public scala.Tuple2<MatrixIndexes,MatrixBlock> call(scala.Tuple2<MatrixIndexes,scala.Tuple2<Iterable<MatrixBlock>,Iterable<MatrixBlock>>> kv) throws Exception
call
in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<Iterable<MatrixBlock>,Iterable<MatrixBlock>>>,MatrixIndexes,MatrixBlock>
Exception
Copyright © 2020 The Apache Software Foundation. All rights reserved.