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 |
---|---|
PlanDocDescriptorSeq |
PlanBuilderBase.docDescriptors(DocumentWriteSet writeSet)
Build a sequence of doc descriptors that can be
used with
fromDocDescriptors . |
Modifier and Type | Method and Description |
---|---|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromDocDescriptors(PlanDocDescriptorSeq docDescriptor)
This function constructs document rows from the
docsDescriptors.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromDocDescriptors(PlanDocDescriptorSeq docDescriptor,
java.lang.String qualifier)
This function constructs document rows from the
docsDescriptors.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromDocDescriptors(PlanDocDescriptorSeq docDescriptor,
XsStringVal qualifier)
This function constructs document rows from the
docsDescriptors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlanDocDescriptor |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.