public static class ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2 extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock>
Constructor and Description |
---|
RDDMapGroupedAggFunction2(org.apache.sysml.runtime.instructions.spark.data.PartitionedBroadcast<MatrixBlock> pbm,
org.apache.sysml.runtime.matrix.operators.Operator op,
int ngroups) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) |
public RDDMapGroupedAggFunction2(org.apache.sysml.runtime.instructions.spark.data.PartitionedBroadcast<MatrixBlock> pbm, org.apache.sysml.runtime.matrix.operators.Operator op, int ngroups)
public MatrixBlock call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception
call
in interface org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.