Class Rand

    • Constructor Summary

      Constructors 
      Constructor Description
      Rand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Literal evaluate​(ValueFactory valueFactory, Value... args)
      Evaluate the function over the supplied input arguments, using the supplied ValueFactory to produce the result.
      java.lang.String getURI()  
      boolean mustReturnDifferentResult()
      UUID() and STRUUID() must return a different result for each invocation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function

        evaluate
    • Constructor Detail

      • Rand

        public Rand()