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(java.lang.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(java.lang.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(java.util.Map<java.lang.String,CtsReferenceExpr> indexes,
java.lang.String qualifierName,
PlanSystemColumn sysCols)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(java.util.Map<java.lang.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(java.lang.String schema,
java.lang.String view,
java.lang.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-2020 MarkLogic Corporation.