Class CountDistinctOperator
- java.lang.Object
- 
- org.apache.sysds.runtime.matrix.operators.Operator
- 
- org.apache.sysds.runtime.matrix.operators.CountDistinctOperator
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CountDistinctOperator extends Operator - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description CountDistinctOperator(AggregateUnaryCPInstruction.AUType opType)CountDistinctOperator(CountDistinctOperatorTypes operatorType)CountDistinctOperator(CountDistinctOperatorTypes operatorType, IndexFunction indexFunction, Hash.HashType hashType)CountDistinctOperator(CountDistinctOperatorTypes operatorType, Hash.HashType hashType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Types.DirectiongetDirection()Hash.HashTypegetHashType()IndexFunctiongetIndexFunction()CountDistinctOperatorTypesgetOperatorType()CountDistinctOperatorsetDirection(Types.Direction direction)CountDistinctOperatorsetIndexFunction(IndexFunction indexFunction)
 
- 
- 
- 
Constructor Detail- 
CountDistinctOperatorpublic CountDistinctOperator(AggregateUnaryCPInstruction.AUType opType) 
 - 
CountDistinctOperatorpublic CountDistinctOperator(CountDistinctOperatorTypes operatorType) 
 - 
CountDistinctOperatorpublic CountDistinctOperator(CountDistinctOperatorTypes operatorType, Hash.HashType hashType) 
 - 
CountDistinctOperatorpublic CountDistinctOperator(CountDistinctOperatorTypes operatorType, IndexFunction indexFunction, Hash.HashType hashType) 
 
- 
 - 
Method Detail- 
getOperatorTypepublic CountDistinctOperatorTypes getOperatorType() 
 - 
getHashTypepublic Hash.HashType getHashType() 
 - 
getIndexFunctionpublic IndexFunction getIndexFunction() 
 - 
setIndexFunctionpublic CountDistinctOperator setIndexFunction(IndexFunction indexFunction) 
 - 
getDirectionpublic Types.Direction getDirection() 
 - 
setDirectionpublic CountDistinctOperator setDirection(Types.Direction direction) 
 
- 
 
-