Package org.basex.query
Annotation Interface QueryModule.Deterministic
- Enclosing class:
- QueryModule
Java code is treated as "non-deterministic", as its behavior cannot be predicted from
the XQuery processor. You may annotate a function as
QueryModule.Deterministic if you
know that it will have no side effects and will always yield the same result.