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 | Description |
---|---|---|
abstract PlanSortKey |
PlanBuilder.asc(PlanExprCol column) |
This function sorts the specified columndef in ascending order.
|
abstract PlanSortKey |
PlanBuilder.asc(java.lang.String column) |
This function sorts the specified columndef in ascending order.
|
abstract PlanSortKey |
PlanBuilder.desc(PlanExprCol column) |
This function sorts the specified columndef in descending order.
|
abstract PlanSortKey |
PlanBuilder.desc(java.lang.String column) |
This function sorts the specified columndef in descending order.
|
Modifier and Type | Method | Description |
---|---|---|
abstract PlanSortKeySeq |
PlanBuilder.sortKeySeq(PlanSortKey... key) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
PlanColumn |
An instance of a column expression returned by a col() call
in a row pipeline.
|
interface |
PlanExprCol |
An instance of a column expression returned by an as() or col() call
in a row pipeline.
|
interface |
PlanSystemColumn |
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
Copyright © 2013-2019 MarkLogic Corporation.