public static class ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,Long,FrameBlock>
Constructor and Description |
---|
RDDTransformDecodeFunction(org.apache.sysml.runtime.transform.decode.Decoder decoder,
int brlen) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<Long,FrameBlock> |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> in) |
public RDDTransformDecodeFunction(org.apache.sysml.runtime.transform.decode.Decoder decoder, int brlen)
public scala.Tuple2<Long,FrameBlock> call(scala.Tuple2<MatrixIndexes,MatrixBlock> in) throws Exception
call
in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,Long,FrameBlock>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.