You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
isubiker edited this page Oct 26, 2011
·
1 revision
XQuery API - Structured Queries
structquery:getCTS(
$json as element(json:json)?,
$ignoreRange as xs:string?
) as cts:query?
structquery:getCTSFromParseTree(
$parseTree as element(json:json),
$ignoreRange as xs:string?
) as cts:query?
structquery:getParseTree(
$query as xs:string?
) as element(json:json)?
structquery:valuesForFacet(
$parseTree as element(json:json),
$facetName as xs:string
) as xs:string*