See: Description
| Interface | Description |
|---|---|
| CtsExpr |
Builds expressions to call functions in the cts server library for a row pipeline.
|
| FnExpr |
Builds expressions to call functions in the fn server library for a row pipeline.
|
| JsonExpr |
Builds expressions to call functions in the json server library for a row pipeline.
|
| MapExpr |
Builds expressions to call functions in the map server library for a row pipeline.
|
| MathExpr |
Builds expressions to call functions in the math server library for a row pipeline.
|
| PlanBuilder.AccessPlan |
Provides functions and operations in the access phase of the plan for executing a row pipeline on the server.
|
| PlanBuilder.ExportablePlan |
Provides functions and operations in the exportable phase of the plan for executing a row pipeline on the server.
|
| PlanBuilder.ModifyPlan |
Provides functions and operations in the modify phase of the plan for executing a row pipeline on the server.
|
| PlanBuilder.Plan |
Provides functions and operations in the final phase of the plan for executing a row pipeline on the server.
|
| PlanBuilder.PreparePlan |
Provides functions and operations in the prepare phase of the plan for executing a row pipeline on the server.
|
| RdfExpr |
Builds expressions to call functions in the rdf server library for a row pipeline and constructs client values with rdf.* server types.
|
| RdfValue |
RdfValue takes Java values and constructs atomic values and sequences of atomic values with an rdf data type
|
| SemExpr |
Builds expressions to call functions in the sem server library for a row pipeline and constructs client values with sem.* server types.
|
| SemValue |
SemValue takes Java values and constructs atomic values and sequences of atomic values with a semantic data type
|
| SpellExpr |
Builds expressions to call functions in the spell server library for a row pipeline.
|
| SqlExpr |
Builds expressions to call functions in the sql server library for a row pipeline.
|
| XdmpExpr |
Builds expressions to call functions in the xdmp server library for a row pipeline.
|
| XsExpr |
Builds expressions to call functions in the xs server library for a row pipeline and constructs client values with xs.* server types.
|
| XsValue |
XsValue takes Java values and constructs atomic values and sequences of atomic values with an xs schema data type
|
| Class | Description |
|---|---|
| PlanBuilder |
Builds the plan for a row pipeline to execute on the server.
|
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server. Use RowManager to create the PlanBuilder object.
Copyright © 2013-2017 MarkLogic Corporation.