public interface TuplesResults
TupleResults represent the values returned by a tuple values query.
| Modifier and Type | Method and Description |
|---|---|
AggregateResult |
getAggregate(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.
|
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()
Returns the query used to locate these tuples.
String getName()
Returns the name of the tuples.
AggregateResult[] getAggregates()
Returns an array of the aggregates.
AggregateResult getAggregate(String name)
Returns the aggregate result for the named aggregate function.
name - The name of the aggregate function.Tuple[] getTuples()
Returns an array of Tuples.
ValuesMetrics getMetrics()
Returns performance metrics about the query.
Copyright © 2013-2017 MarkLogic Corporation.