forked from eXist-db/exist
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[optimise] Rewrite predicates that contain a statically computable po…
…sition() expression with a number, e.g. [position() eq 1] becomes [1]. This means that the evaluation of the predicate will now instead have POSITIONAL execution mode instead of BOOLEAN, which in turn means that the predicate can be evaluated once instead of single-stepping over each context item.
- Loading branch information
1 parent
de45c85
commit bae0899
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters