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 |
---|---|
PlanNamedGroupSeq |
PlanBuilderBase.namedGroupSeq(PlanNamedGroup... namedGroup)
Provides the sequence of named groups when grouping a row set in multiple ways
with
PlanBuilderBase.ModifyPlanBase.groupToArrays(PlanNamedGroupSeq, PlanAggregateColSeq) . |
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.facetBy(PlanNamedGroupSeq keys)
This method counts values for multiple grouping key columns.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.facetBy(PlanNamedGroupSeq keys,
PlanExprCol countCol)
This method counts values for multiple grouping key columns.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.facetBy(PlanNamedGroupSeq keys,
java.lang.String countCol)
This method counts values for multiple grouping key columns.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.groupToArrays(PlanNamedGroupSeq keys)
Provides a convenience that executes a
PlanBuilderBase.ModifyPlanBase.groupByUnion(PlanGroupSeq, PlanAggregateColSeq)
to produce a single row with a separate array for each group. |
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.groupToArrays(PlanNamedGroupSeq keys,
PlanAggregateColSeq aggregates)
Provides a convenience that executes a
PlanBuilderBase.ModifyPlanBase.groupByUnion(PlanGroupSeq, PlanAggregateColSeq)
to produce a single row with a separate array for each group. |
Modifier and Type | Interface and Description |
---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call
in a row pipeline.
|
interface |
PlanColumnSeq
A sequence of column expressions returned by col() calls
for a row pipeline.
|
interface |
PlanExprCol
An instance of a column expression returned by an as() or col() call
in a row pipeline.
|
interface |
PlanExprColSeq
A sequence of column expressions returned by as() or col() calls
in a row pipeline.
|
interface |
PlanGroup
An instance of a group returned by a group() call
in a row pipeline.
|
interface |
PlanGroupSeq
A sequence of group expressions returned
by group() calls in a row pipeline.
|
interface |
PlanNamedGroup
An instance of a group returned by a namedGroup() call
in a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
interface |
PlanSystemColumnSeq
A sequence of fragment id, graph id, or other system columns
for a row pipeline.
|
Copyright © 2013-2021 MarkLogic Corporation.