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 PlanGroup |
PlanBuilder.group(PlanExprColSeq keys)
This function specifies the grouping keys for a
group as a list of zero or more columns.
|
PlanGroup |
PlanBuilderBase.group(java.lang.String... keys)
Specifies the keys for a group when grouping a
row set in multiple ways with
PlanBuilderBase.ModifyPlanBase.groupByUnion(PlanGroupSeq,
PlanAggregateColSeq) . |
Modifier and Type | Method and Description |
---|---|
PlanGroupSeq |
PlanBuilderBase.groupSeq(PlanGroup... group)
Provides the sequence of groups when grouping a
row set in multiple ways with
PlanBuilderBase.ModifyPlanBase.groupByUnion(PlanGroupSeq,
PlanAggregateColSeq) . |
Modifier and Type | Interface and 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 © 2024 MarkLogic Corporation. All Rights Reserved.