| Package | Description |
|---|---|
| com.marklogic.client.io |
The package provides the handle classes with
different representations for document content when you read
documents from the database or write documents to the
database.
|
| com.marklogic.client.query |
The package provides classes for queries
including searching documents and reading values directly from
indexes in the database for the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateResult |
TuplesHandle.getAggregate(java.lang.String name) |
AggregateResult |
ValuesHandle.getAggregate(java.lang.String name) |
AggregateResult[] |
TuplesHandle.getAggregates() |
AggregateResult[] |
ValuesHandle.getAggregates() |
| Modifier and Type | Method and Description |
|---|---|
AggregateResult |
TuplesResults.getAggregate(java.lang.String name)
Returns the aggregate result for the named
aggregate function.
|
AggregateResult |
ValuesResults.getAggregate(java.lang.String name)
Returns the aggregate result for the named
aggregate function.
|
AggregateResult[] |
TuplesResults.getAggregates()
Returns an array of the aggregates.
|
AggregateResult[] |
ValuesResults.getAggregates()
Returns an array of the aggregates.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.