Code review comment for lp:~zorba-coders/zorba/f-nosql-db-trunk

Revision history for this message
Chris Hillery (ceejatec) wrote :

> > - the jsoniq functions module doesn't need to be included
> Yes it does, it's used at line 67: jn:members($helper-host-ports)

My understanding is that the JSONiq functions module never needs to be included. Those functions are built-in to Zorba, like the F&O functions are. The .xq file for the module is included only for reference. Importing it explicitly just uses extra CPU cycles at compile time.

« Back to merge proposal