Class AggregateUnarySPInstruction.RDDUTensorAggFunction2
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUTensorAggFunction2
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.Function<scala.Tuple2<TensorIndexes,TensorBlock>,TensorBlock>
- Enclosing class:
 - AggregateUnarySPInstruction
 
public static class AggregateUnarySPInstruction.RDDUTensorAggFunction2 extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<TensorIndexes,TensorBlock>,TensorBlock>
Similar to RDDUAggFunction but single output block.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RDDUTensorAggFunction2(AggregateUnaryOperator op) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorBlockcall(scala.Tuple2<TensorIndexes,TensorBlock> arg0) 
 - 
 
- 
- 
Constructor Detail
- 
RDDUTensorAggFunction2
public RDDUTensorAggFunction2(AggregateUnaryOperator op)
 
 - 
 
- 
Method Detail
- 
call
public TensorBlock call(scala.Tuple2<TensorIndexes,TensorBlock> arg0) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.Function<scala.Tuple2<TensorIndexes,TensorBlock>,TensorBlock>- Throws:
 Exception
 
 - 
 
 -