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 |
---|---|
PlanSampleByOptions |
PlanBuilderBase.sampleByOptions()
Provides a sample-by option object to configure the execution of the
PlanBuilder.sample(PlanColumn, PlanExprCol)
modifier for sampling a view, triples, or lexicon index. |
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ModifyPlan |
PlanBuilder.AccessPlan.sampleBy(PlanSampleByOptions option)
This function samples rows from a view or from a pattern match on the triple index.
|
Modifier and Type | Method and Description |
---|---|
PlanSampleByOptions |
PlanSampleByOptions.withLimit(int limit) |
PlanSampleByOptions |
PlanSampleByOptions.withLimit(XsIntVal limit) |
Copyright © 2013-2021 MarkLogic Corporation.