cts.tripleRangeQueryOperator( query as cts.tripleRangeQuery ) as Sequence
Returns the operators used to construct the specified query.
Parameters | |
---|---|
query | A query. |
const query = cts.tripleRangeQuery( sem.iri("http://example.com/Mark"), sem.iri("http://example.com/ns/person#age"), 50, "<"); cts.tripleRangeQueryOperator(query); => = = <
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.