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(Decoder decoder,
int blen) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<Long,FrameBlock> |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> in) |
public RDDTransformDecodeFunction(Decoder decoder, int blen)
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 © 2020 The Apache Software Foundation. All rights reserved.