Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Created September 22, 2015 16:52
Show Gist options
  • Save dmcassel/682797747d64332a8af2 to your computer and use it in GitHub Desktop.
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