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 |
---|---|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromTriples(PlanTriplePatternSeq patterns,
java.lang.String qualifierName,
java.lang.String graphIris,
PlanTripleOption option)
Reads rows by matching patterns in the triple index.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromTriples(PlanTriplePatternSeq patterns,
XsStringVal qualifierName,
XsStringSeqVal graphIris,
PlanTripleOption option)
Reads rows by matching patterns in the triple index.
|
Modifier and Type | Method and Description |
---|---|
static PlanTripleOption |
PlanTripleOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanTripleOption[] |
PlanTripleOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2020 MarkLogic Corporation.