public static class ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,FrameBlock>
Constructor and Description |
---|
RDDTransformApplyFunction(org.apache.spark.broadcast.Broadcast<org.apache.sysml.runtime.transform.encode.Encoder> bencoder,
org.apache.spark.broadcast.Broadcast<org.apache.sysml.runtime.transform.meta.TfOffsetMap> omap) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<Long,FrameBlock> |
call(scala.Tuple2<Long,FrameBlock> in) |
public RDDTransformApplyFunction(org.apache.spark.broadcast.Broadcast<org.apache.sysml.runtime.transform.encode.Encoder> bencoder, org.apache.spark.broadcast.Broadcast<org.apache.sysml.runtime.transform.meta.TfOffsetMap> omap)
public scala.Tuple2<Long,FrameBlock> call(scala.Tuple2<Long,FrameBlock> in) throws Exception
call
in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,Long,FrameBlock>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.