public static class ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
Constructor and Description |
---|
RDDTransformDecodeExpandFunction(int clen,
int bclen) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<MatrixIndexes,MatrixBlock> |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> in) |
public RDDTransformDecodeExpandFunction(int clen, int bclen)
public scala.Tuple2<MatrixIndexes,MatrixBlock> call(scala.Tuple2<MatrixIndexes,MatrixBlock> in) throws Exception
call
in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.