BaseXdb / basex

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

XQuery: Function registration #2237

Closed ChristianGruen closed 1 year ago

ChristianGruen commented 1 year ago

Function calls should only be assigned to the corresponding functions after the complete query has been parsed. This will simplify the support for keyword arguments, and it will further reduce Java binding checks.