Uses of Class
org.apache.sysds.runtime.matrix.operators.CountDistinctOperatorTypes
- 
Packages that use CountDistinctOperatorTypes Package Description org.apache.sysds.runtime.matrix.operators 
- 
- 
Uses of CountDistinctOperatorTypes in org.apache.sysds.runtime.matrix.operatorsMethods in org.apache.sysds.runtime.matrix.operators that return CountDistinctOperatorTypes Modifier and Type Method Description CountDistinctOperatorTypesCountDistinctOperator. getOperatorType()static CountDistinctOperatorTypesCountDistinctOperatorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static CountDistinctOperatorTypes[]CountDistinctOperatorTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sysds.runtime.matrix.operators with parameters of type CountDistinctOperatorTypes Constructor Description CountDistinctOperator(CountDistinctOperatorTypes operatorType)CountDistinctOperator(CountDistinctOperatorTypes operatorType, IndexFunction indexFunction, Hash.HashType hashType)CountDistinctOperator(CountDistinctOperatorTypes operatorType, Hash.HashType hashType)
 
-