cts:path-geospatial-query-path-expression

cts:path-geospatial-query-path-expression(
   $query as cts:path-geospatial-query
) as xs:string*

Summary

Returns the path expressions used to construct the specified query.

Parameters
query A query.

See Also

Example

let $query := cts:path-geospatial-query("//point",
       cts:box(10.1, 10.2, 20.1, 20.2))
return cts:path-geospatial-query-path-expression($query)

=> "//point"
Powered by MarkLogic Server | Terms of Use | Privacy Policy