Class CountDistinctSketch
- java.lang.Object
-
- org.apache.sysds.runtime.matrix.data.sketch.CountDistinctSketch
-
- All Implemented Interfaces:
MatrixSketch
- Direct Known Subclasses:
CountDistinctFunctionSketch
,KMVSketch
public abstract class CountDistinctSketch extends Object implements MatrixSketch
-
-
Field Summary
Fields Modifier and Type Field Description CountDistinctOperator
op
-
Constructor Summary
Constructors Constructor Description CountDistinctSketch(Operator op)
-
-
-
Field Detail
-
op
public final CountDistinctOperator op
-
-
Constructor Detail
-
CountDistinctSketch
public CountDistinctSketch(Operator op)
-
-