| 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 PlanSystemColumn |
PlanBuilder.fragmentIdCol(String column)
Specifies a name for adding a fragment id column to the row set identifying the source documents for the rows from a view, lexicons or triples.
|
abstract PlanSystemColumn |
PlanBuilder.fragmentIdCol(XsStringVal column)
Specifies a name for adding a fragment id column to the row set identifying the source documents for the rows from a view, lexicons or triples.
|
abstract PlanSystemColumn |
PlanBuilder.graphCol(String column)
Identifies the graph for a triple providing one or more columns for a row.
|
abstract PlanSystemColumn |
PlanBuilder.graphCol(XsStringVal column)
Identifies the graph for a triple providing one or more columns for a row.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
String qualifierName,
PlanSystemColumn sysCols)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
XsStringVal qualifierName,
PlanSystemColumn sysCols)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromView(String schema,
String view,
String qualifierName,
PlanSystemColumn sysCols)
This function reads a row set from a configured view over TDE-indexed rows or a predefined view over range indexes.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromView(XsStringVal schema,
XsStringVal view,
XsStringVal qualifierName,
PlanSystemColumn sysCols)
This function reads a row set from a configured view over TDE-indexed rows or a predefined view over range indexes.
|
Copyright © 2013-2017 MarkLogic Corporation.