public static class AggregateUnarySPInstruction.RDDUAggFunction2 extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock>
Constructor and Description |
---|
RDDUAggFunction2(AggregateUnaryOperator op,
int blen) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) |
public RDDUAggFunction2(AggregateUnaryOperator op, int blen)
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 © 2020 The Apache Software Foundation. All rights reserved.