Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
CtsPeriodExpr |
CtsExpr.period(XsDateTimeVal start,
XsDateTimeVal end) |
Creates a period value, for use as a parameter to cts:period-range-query or cts:period-compare-query.
|
CtsPeriodExpr |
CtsExpr.period(java.lang.String start,
java.lang.String end) |
Creates a period value, for use as a parameter to cts:period-range-query or cts:period-compare-query.
|
Modifier and Type | Method | Description |
---|---|---|
CtsQueryExpr |
CtsExpr.periodRangeQuery(java.lang.String axisName,
java.lang.String operator,
CtsPeriodExpr... period) |
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsPeriodSeqExpr |
CtsExpr.periodSeq(CtsPeriodExpr... items) |
Constructs a sequence of CtsPeriodExpr items.
|
Copyright © 2013-2019 MarkLogic Corporation.