Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
XsIntVal |
XsValue.intVal(int value)
Takes an int primitive and constructs an xs:int value
|
Modifier and Type | Method and Description |
---|---|
XsIntSeqVal |
XsValue.intSeq(XsIntVal... values)
Takes any number of xs:int values and constructs an xs:int sequence
|
PlanBuilder.PreparePlan |
PlanBuilder.ModifyPlan.prepare(XsIntVal optimize)
This method prepares the specified plan for execution as an optional final step before execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsShortVal
An instance of a server short value.
|
Modifier and Type | Method and Description |
---|---|
XsIntVal[] |
XsIntSeqVal.getIntItems() |
XsIntVal |
PlanSampleByOptions.getLimit() |
Modifier and Type | Method and Description |
---|---|
PlanSampleByOptions |
PlanSampleByOptions.withLimit(XsIntVal limit) |
Copyright © 2013-2021 MarkLogic Corporation.