Class Md5Function

    • Constructor Detail

      • Md5Function

        public Md5Function​(GroupingExpression exp,
                           int numBits)
        Constructs a new instance of this class.
        Parameters:
        exp - The expression to evaluate.
        numBits - The number of bits of the md5 to include.
    • Method Detail

      • getNumBits

        public int getNumBits()
        Returns the number of bits of the md5 to include in the evaluated result.
        Returns:
        The bit count.