public interface TuplesResults
Modifier and Type | Method and Description |
---|---|
AggregateResult |
getAggregate(java.lang.String name)
Returns the aggregate result for the named aggregate function.
|
AggregateResult[] |
getAggregates()
Returns an array of the aggregates.
|
ValuesMetrics |
getMetrics()
Returns performance metrics about the query.
|
java.lang.String |
getName()
Returns the name of the tuples.
|
ValuesDefinition |
getQueryCriteria()
Returns the query used to locate these tuples.
|
Tuple[] |
getTuples()
Returns an array of Tuples.
|
ValuesDefinition getQueryCriteria()
java.lang.String getName()
AggregateResult[] getAggregates()
AggregateResult getAggregate(java.lang.String name)
name
- The name of the aggregate function.Tuple[] getTuples()
ValuesMetrics getMetrics()
Copyright © 2013-2021 MarkLogic Corporation.