Class UnarySketchOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
org.apache.sysds.runtime.matrix.operators.UnarySketchOperator
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CountDistinctOperator
- See Also:
-
Field Summary
Fields inherited from class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
aggOp, indexFnFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionUnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction) UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction, int numThreads) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator
isColAggregate, isFullAggregate, isRowAggregate, toStringMethods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
Constructor Details
-
UnarySketchOperator
public UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction) -
UnarySketchOperator
public UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction, int numThreads)
-
-
Method Details
-
getDirection
-