| 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 PlanAggregateCol |
PlanBuilder.groupConcat(PlanColumn name,
PlanExprCol column,
PlanGroupConcatOptionSeq options)
This function concatenates the non-null values of the column for the rows in the group or row set.
|
abstract PlanAggregateCol |
PlanBuilder.groupConcat(String name,
String column,
PlanGroupConcatOptionSeq options)
This function concatenates the non-null values of the column for the rows in the group or row set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanGroupConcatOption
An instance of a PlanValueOption or separator string for a group concat aggregate expression in a row pipeline.
|
interface |
PlanValueOptionSeq
A sequence of options controlling whether to calculate over all values including duplicates or over distinct values for aggregate expressions in a row pipeline.
|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
XsStringVal
An instance of a server string value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlanValueOption
An option controlling whether to calculate over all values including duplicates or over distinct values for an aggregate expression in a row pipeline.
|
Copyright © 2013-2017 MarkLogic Corporation.