| 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 and Description |
|---|---|
abstract PlanCase |
PlanBuilder.elseExpr(ItemExpr value) |
abstract PlanCase |
PlanBuilder.when(boolean condition,
ItemExpr... value)
This function executes the specified expression if the specified condition is
true for the row. |
abstract PlanCase |
PlanBuilder.when(XsBooleanExpr condition,
ItemExpr... value)
This function executes the specified expression if the specified condition is
true for the row. |
| Modifier and Type | Method and Description |
|---|---|
abstract ItemSeqExpr |
PlanBuilder.caseExpr(PlanCase... cases)
This function returns the specified
valueExpression if the specified valueExpression is true. |
Copyright © 2013-2017 MarkLogic Corporation.