Class HashFunction

    • Constructor Detail

      • HashFunction

        public HashFunction()
    • Method Detail

      • evaluate

        public abstract org.eclipse.rdf4j.model.Literal evaluate​(org.eclipse.rdf4j.model.ValueFactory valueFactory,
                                                                 org.eclipse.rdf4j.model.Value... args)
                                                          throws ValueExprEvaluationException
        Description copied from interface: Function
        Evaluate the function over the supplied input arguments, using the supplied ValueFactory to produce the result.
        Specified by:
        evaluate in interface Function
        Parameters:
        valueFactory - a ValueFactory to use for producing the function result.
        args - the function input arguments.
        Returns:
        the function result value.
        Throws:
        ValueExprEvaluationException