Class AggregateUnarySPInstruction.RDDUAggFunction2
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUAggFunction2
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock>
 - Enclosing class:
- AggregateUnarySPInstruction
 
 public static class AggregateUnarySPInstruction.RDDUAggFunction2 extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock> Similar to RDDUAggFunction but single output block.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RDDUAggFunction2(AggregateUnaryOperator op, int blen)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockcall(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0)
 
- 
- 
- 
Constructor Detail- 
RDDUAggFunction2public RDDUAggFunction2(AggregateUnaryOperator op, int blen) 
 
- 
 - 
Method Detail- 
callpublic MatrixBlock call(scala.Tuple2<MatrixIndexes,MatrixBlock> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixBlock>
- Throws:
- Exception
 
 
- 
 
-