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 | Description |
---|---|---|
abstract PlanTriplePattern |
PlanBuilder.pattern(PlanTriplePositionSeq subjects,
PlanTriplePositionSeq predicates,
PlanTriplePositionSeq objects) |
This function builds the parameters for the op:from-triples function.
|
abstract PlanTriplePattern |
PlanBuilder.pattern(PlanTriplePositionSeq subjects,
PlanTriplePositionSeq predicates,
PlanTriplePositionSeq objects,
PlanSystemColumnSeq sysCols) |
This function builds the parameters for the op:from-triples function.
|
Modifier and Type | Method | Description |
---|---|---|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromTriples(PlanTriplePattern... patterns) |
Reads rows by matching patterns in the triple index.
|
abstract PlanTriplePatternSeq |
PlanBuilder.patternSeq(PlanTriplePattern... pattern) |
Copyright © 2013-2019 MarkLogic Corporation.