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 |
---|---|
PlanGroupConcatOptionSeq |
PlanBuilderBase.groupConcatOptions(PlanValueOption option)
Specifies options for aggregating the values of a column for the rows
belonging to each group by concatenating the values into a single string value.
|
PlanGroupConcatOptionSeq |
PlanBuilderBase.groupConcatOptions(java.lang.String separator)
Specifies options for aggregating the values of a column for the rows
belonging to each group by concatenating the values into a single string value.
|
PlanGroupConcatOptionSeq |
PlanBuilderBase.groupConcatOptions(java.lang.String separator,
PlanValueOption option)
Specifies options for aggregating the values of a column for the rows
belonging to each group by concatenating the values into a single string value.
|
Modifier and Type | Method and Description |
---|---|
PlanAggregateCol |
PlanBuilderBase.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.
|
PlanAggregateCol |
PlanBuilderBase.groupConcat(java.lang.String name,
java.lang.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-2021 MarkLogic Corporation.