Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Created September 22, 2015 16:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dmcassel/682797747d64332a8af2 to your computer and use it in GitHub Desktop.
/*
* Access the values from a range index.
* (Note: This assumes you've created the path range index on the
* balance.value field in "Import XQuery")
*/
cts.values(
// Any reference to a range index
cts.pathReference("balance/value")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment