BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
685 stars 265 forks source link

XQuery: Path existence checks #2145

Closed ChristianGruen closed 1 year ago

ChristianGruen commented 1 year ago

Existing Optimizations:

$xml[a ! (b, c)] could be rewritten to $xml[a/(b|c)]