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 PlanJoinKey |
PlanBuilder.on(PlanExprCol left,
PlanExprCol right)
Specifies an equijoin using one columndef each from the left and right rows.
|
abstract PlanJoinKey |
PlanBuilder.on(java.lang.String left,
java.lang.String right)
Specifies an equijoin using one columndef each from the left and right rows.
|
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ModifyPlan |
PlanBuilder.ModifyPlan.joinInner(PlanBuilder.ModifyPlan right,
PlanJoinKey... keys)
This method returns all rows from multiple tables where the join condition is met.
|
abstract PlanJoinKeySeq |
PlanBuilder.joinKeySeq(PlanJoinKey... key) |
PlanBuilder.ModifyPlan |
PlanBuilder.ModifyPlan.joinLeftOuter(PlanBuilder.ModifyPlan right,
PlanJoinKey... keys)
This method yields one output row set with the rows from an inner join as well as rows from the left row set.
|
Copyright © 2013-2018 MarkLogic Corporation.