Uses of Enum Class
org.apache.sysds.runtime.matrix.operators.CountDistinctOperatorTypes
Packages that use CountDistinctOperatorTypes
-
Uses of CountDistinctOperatorTypes in org.apache.sysds.runtime.matrix.operators
Methods in org.apache.sysds.runtime.matrix.operators that return CountDistinctOperatorTypesModifier and TypeMethodDescriptionCountDistinctOperator.getOperatorType()static CountDistinctOperatorTypesReturns the enum constant of this class with the specified name.static CountDistinctOperatorTypes[]CountDistinctOperatorTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.matrix.operators with parameters of type CountDistinctOperatorTypesModifierConstructorDescriptionCountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType)