Class CountDistinctOperator
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
org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
- All Implemented Interfaces:
Serializable
- 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
ConstructorsConstructorDescriptionCountDistinctOperator(AggregateUnaryCPInstruction.AUType opType, Types.Direction direction, IndexFunction indexFunction) CountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.sysds.runtime.matrix.operators.UnarySketchOperator
getDirectionMethods 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
-
CountDistinctOperator
public CountDistinctOperator(AggregateUnaryCPInstruction.AUType opType, Types.Direction direction, IndexFunction indexFunction) -
CountDistinctOperator
public CountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType)
-
-
Method Details
-
getOperatorType
-
getHashType
-