
cts:lsqt-query-options( $query as cts:lsqt-query ) as xs:string*
Returns the options for the specified query.
| Parameters | |
|---|---|
| query | A query. | 
let $query :=
  cts:lsqt-query("temporal",
                 xs:dateTime("2014-09-03T15:26:41.452342-07:00"),
                 "cached-incremental", xs:double("3.13"))
return
  cts:lsqt-query-options($query)
  => cached-incremental
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.